Update info.

This commit is contained in:
2025-07-31 00:27:56 +02:00
parent 703f52c217
commit a17767f6e4

View File

@@ -54,7 +54,7 @@ sub vcl_hash {
} }
sub vcl_backend_response { sub vcl_backend_response {
# Cache static files and other content in Varnish for 1 year # Cache static files and other content in Varnish for 1 min
set beresp.ttl = 1m; set beresp.ttl = 1m;
# Enable stale content serving # Enable stale content serving
set beresp.grace = 24h; set beresp.grace = 24h;