updated ini example for var_namespace
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1147 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
d2e943a191
commit
85fe1a86c7
|
@ -39,6 +39,12 @@ xcache.var_ttl = 0
|
|||
xcache.var_maxttl = 0
|
||||
xcache.var_gc_interval = 300
|
||||
|
||||
; mode:0, const string specified by xcache.var_namespace
|
||||
; mode:1, $_SERVER[xcache.var_namespace]
|
||||
; mode:2, uid or gid (specified by xcache.var_namespace)
|
||||
xcache.var_namespace_mode = 0
|
||||
xcache.var_namespace = ""
|
||||
|
||||
; N/A for /dev/zero
|
||||
xcache.readonly_protection = Off
|
||||
; for *nix, xcache.mmap_path is a file path, not directory. (auto create/overwrite)
|
||||
|
|
Loading…
Reference in New Issue