From 8b72d3ae7fb8f7d185dffca8e37418655ad506c6 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:41:23 +0100 Subject: [PATCH] Fix nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 69555ca..9e36ce7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ location __PATH__/ { location ~ \.(bmp|ico|jpg|jpeg|png|tif|tiff|webp|css|js)$ { root __INSTALL_DIR__; try_files $uri =404; - add_header X-Cache-Status STATIC; + more_set_headers X-Cache-Status STATIC; access_log off; }