From 785e80441449e8e80ee457f35a252bfae0f1ad25 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Tue, 14 Jul 2026 08:45:33 +0000 Subject: [PATCH] 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 --- frontend/nginx.conf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index b30af3c..63d812f 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,20 +1,4 @@ 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; server_name _;