fix in reverse

This commit is contained in:
Mateusz Gruszczyński
2026-04-07 12:15:00 +02:00
parent 8243058d98
commit 716e0181b6

View File

@@ -43,7 +43,6 @@ server {
location / {
proxy_pass http://web:80/;
try_files $uri =404;
if ($static_file) {
add_header Cache-Control "public, max-age=31536000, immutable" always;