updated conf

This commit is contained in:
2026-01-27 10:49:59 +01:00
parent df3802ff50
commit bdb8f9bb64
4 changed files with 9 additions and 11 deletions

View File

@@ -9,6 +9,14 @@ server {
try_files $uri $uri/ /index.html;
}
location = /backend {
return 301 /backend/;
}
location /backend/ {
proxy_pass http://weather-backend:7001/;
}
location ~* \.(?:js|mjs|css|png|jpg|jpeg|gif|ico|svg|woff2?)$ {
expires 1y;
access_log off;