fix in reverse

This commit is contained in:
Mateusz Gruszczyński
2026-04-07 12:03:58 +02:00
parent d826f17ca8
commit 62b137fa1f

View File

@@ -43,7 +43,6 @@ 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;
}