rearranged stuff a bit

This commit is contained in:
JT Smith 2005-04-21 03:26:00 +00:00
parent 8667df8811
commit 6458873c02

View file

@ -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
######################################