set a 1 day default cache (instead of 120sec)
This commit is contained in:
parent
27293b19a2
commit
8d1ff96cbf
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ job "plume-blog" {
|
||||||
image = "varnish:7.6.1"
|
image = "varnish:7.6.1"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
ports = [ "cache_port" ]
|
ports = [ "cache_port" ]
|
||||||
|
args = [ "-p", "default_ttl=86400" ]
|
||||||
|
|
||||||
# cache
|
# cache
|
||||||
mount {
|
mount {
|
||||||
|
|
Loading…
Add table
Reference in a new issue