set default inactive time to 60 minutes
This commit is contained in:
parent
040a5e8f58
commit
2771c35518
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ nginx_streams_defaults:
|
||||||
nginx_caches_defaults:
|
nginx_caches_defaults:
|
||||||
keys_zone_size: "10m"
|
keys_zone_size: "10m"
|
||||||
cache_size: "1g"
|
cache_size: "1g"
|
||||||
inactive_time: "10m"
|
inactive_time: "60m"
|
||||||
|
|
||||||
nginx_forcessl_vhost:
|
nginx_forcessl_vhost:
|
||||||
"https-redirect":
|
"https-redirect":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue