example CDN configuration shouldn't be added to config
This commit is contained in:
parent
4350966866
commit
4853206ede
1 changed files with 11 additions and 11 deletions
|
|
@ -1022,17 +1022,17 @@
|
|||
# Content Delivery Network - for use with WebGUI::Storage
|
||||
# required for CDN: enabled, url, queuePath, syncProgram, deleteProgram
|
||||
# optional for CDN: sslAlt, sslUrl, extrasCdn, extrasSsl, extrasExclude
|
||||
"cdn" : { "enabled" : 0,
|
||||
"url" : "http://content.example.com",
|
||||
"sslAlt" : 0,
|
||||
"sslUrl" : "https://ssl.example.com",
|
||||
"queuePath" : "/data/cdnqueue",
|
||||
"syncProgram" : "/usr/bin/rsync -av --chmod=u+rwx -- '%s' user@content.example.com:/path",
|
||||
"deleteProgram" : "/usr/bin/ssh user@content.example.com 'rm -Rf -- %s'",
|
||||
"extrasCdn" : "http://content.example.com/extras",
|
||||
"extrasSsl" : "https://content.example.com/extras",
|
||||
"extrasExclude": ["tinymce", "^blah$"]
|
||||
},
|
||||
#"cdn" : { "enabled" : 0,
|
||||
# "url" : "http://content.example.com",
|
||||
# "sslAlt" : 0,
|
||||
# "sslUrl" : "https://ssl.example.com",
|
||||
# "queuePath" : "/data/cdnqueue",
|
||||
# "syncProgram" : "/usr/bin/rsync -av --chmod=u+rwx -- '%s' user@content.example.com:/path",
|
||||
# "deleteProgram" : "/usr/bin/ssh user@content.example.com 'rm -Rf -- %s'",
|
||||
# "extrasCdn" : "http://content.example.com/extras",
|
||||
# "extrasSsl" : "https://content.example.com/extras",
|
||||
# "extrasExclude": ["tinymce", "^blah$"]
|
||||
# },
|
||||
|
||||
#A list of UserAgents of recognized mobile platforms. If useMobileStyle is set in the
|
||||
#Admin settings, then the mobile style will be used for these browsers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue