From 8d4b8844187ac187bd301d2449a8b68b4aff7716 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Sun, 31 Dec 2023 01:14:52 +0100 Subject: [PATCH] lower expiry --- scripts/http_host/nginx_sync/nginx_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http_host/nginx_sync/nginx_sync.py b/scripts/http_host/nginx_sync/nginx_sync.py index 6be064a..5c67c5f 100755 --- a/scripts/http_host/nginx_sync/nginx_sync.py +++ b/scripts/http_host/nginx_sync/nginx_sync.py @@ -77,7 +77,7 @@ def cli(): add_header Content-Encoding gzip; add_header 'Access-Control-Allow-Origin' '*' always; add_header Cache-Control public; - expires 10y; + expires 1d; # target 10y }} """