Remove try_files from immutable assets path

This commit is contained in:
Torsten Dittmann
2026-01-06 15:45:16 +04:00
parent 953ac86414
commit bf5db01d59
-2
View File
@@ -8,8 +8,6 @@ server {
# Only cache files in /console/_app/immutable/ for 1 year
location /console/_app/immutable/ {
try_files $uri =404;
expires 1y;
add_header Pragma public;
add_header Cache-Control "public";