Update nginx.conf

This commit is contained in:
oufmilo 2022-12-22 22:29:03 +01:00 committed by GitHub
parent b089588c9d
commit 012c48eb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}