set a 1 day default cache (instead of 120sec)

This commit is contained in:
Quentin 2025-04-04 15:26:27 +02:00
parent 27293b19a2
commit 8d1ff96cbf
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -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 {