From 4853206edef763b880a1088c8ab30ef11abc4aa0 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 19 Aug 2009 18:05:24 +0000 Subject: [PATCH] example CDN configuration shouldn't be added to config --- etc/WebGUI.conf.original | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index c58530c95..603649492 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -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.