fix in reverse

This commit is contained in:
Mateusz Gruszczyński
2026-04-07 11:57:53 +02:00
parent 3e33fc0a99
commit 950674eb41

View File

@@ -42,6 +42,7 @@ server {
}
location ~* \.(?:css|js|mjs|png|jpg|jpeg|gif|svg|ico|webp|woff2?)$ {
proxy_pass http://web:80/;
expires 1y;
add_header Cache-Control "public, max-age=31536000, immutable" always;
try_files $uri =404;