rearranged stuff a bit
This commit is contained in:
parent
8667df8811
commit
6458873c02
1 changed files with 11 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
######################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue