From 012c48eb63cea54b5b1f55c364f905f95b662966 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:29:03 +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 1133678..4e381f3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -41,7 +41,7 @@ location __PATH__/ { location ~ ^/(images|static)/ { root /app; try_files $uri =404; - more_set_headers X-Cache-Status STATIC; + more_set_headers "X-Cache-Status STATIC"; access_log off; }