diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index dfcf0683b..ea3325700 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -33,6 +33,11 @@ uploadsPath = /data/WebGUI/www/uploads # scripturl = / +# Tell WebGUI where to store cached files. Defaults to the +# /tmp or c:\temp folder depending upon your operating system. + +#fileCacheRoot=/path/to/cache + ###################################### @@ -69,19 +74,6 @@ dbpass = password -###################################### -# CACHING -###################################### - -templateCacheType=file - -# Tell WebGUI where to store cached files. Defaults to the -# /tmp or c:\temp folder depending upon your operating system. - -#fileCacheRoot=/path/to/cache - - - ###################################### # AUTHENTICATION ###################################### @@ -159,6 +151,12 @@ soapHttpHeaderOverride=0 DeleteExpiredEvents_offset = 30 +# Select the type of caching you'd like WebGUI to use for +# templates. Choose from file, ipc, memory, memory-ipc, +# memory-file + +templateCacheType=file + ######################################