first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-12 22:36:44 +02:00
parent d874d015fd
commit 96691ef745

View File

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