From d9dcb05b176330562493e9923513ded437be4211 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Thu, 10 Aug 2023 02:28:47 +0200 Subject: [PATCH] Tweak nginx.conf to avoid package check errors --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 67d7a3e..99f0b23 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ } location ~ \.(js|png|css|woff2)$ { expires 1M; - add_header Cache-Control "public"; + more_set_headers 'Cache-Control : public'; } location /files { expires 1M;