Remove PWA nginx location blocks from forecasting

Stale manifest/sw/registerSW location blocks left after PWA plugin removal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-14 08:45:33 +00:00
parent ba3351a8a3
commit 785e804414

View file

@ -1,20 +1,4 @@
server { server {
location = /forecasting/manifest.webmanifest {
default_type application/manifest+json;
add_header Cache-Control "no-cache";
try_files $uri =404;
}
location = /forecasting/sw.js {
add_header Cache-Control "no-cache";
try_files $uri =404;
}
location = /forecasting/registerSW.js {
add_header Cache-Control "no-cache";
try_files $uri =404;
}
listen 80; listen 80;
server_name _; server_name _;