Fix nginx

This commit is contained in:
oufmilo 2024-01-19 13:44:52 +01:00
parent 8b72d3ae7f
commit d29923c869

View file

@ -12,7 +12,7 @@ location __PATH__/ {
location ~ \.(bmp|ico|jpg|jpeg|png|tif|tiff|webp|css|js)$ {
root __INSTALL_DIR__;
try_files $uri =404;
more_set_headers X-Cache-Status STATIC;
more_set_headers "X-Cache-Status: STATIC";
access_log off;
}