add root_dir directive to WebGUI.conf.orig so wgd reset --config does the right thing.
This commit is contained in:
parent
beb2f2cf59
commit
e9e4b1a73b
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@
|
|||
#
|
||||
"cache" : {
|
||||
"driver" : "FastMmap",
|
||||
"expires_variance" : "0.10"
|
||||
"expires_variance" : "0.10",
|
||||
"root_dir" : "/tmp/WebGUICache"
|
||||
},
|
||||
|
||||
# Sessions that are "hot", those that are not only not expired,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue