Fix nginx

This commit is contained in:
oufmilo 2024-01-19 13:41:23 +01:00
parent dcb385da82
commit 8b72d3ae7f

View file

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