From 0967afd88d63057b11b2832f982a2fe42ae9a6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:17:59 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 17a4329..21f8325 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -31,7 +31,7 @@ location __PATH__/ { location ~* ^/(?:css|js)/.*\.(?:css|js)$ { expires 2d; access_log off; - add_header Cache-Control "public, must-revalidate"; + more_set_headers "Cache-Control: public, must-revalidate"; } # The list should be in sync with /storage/app/public/uploads/.htaccess and /config/app.php