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:
parent
ba3351a8a3
commit
785e804414
1 changed files with 0 additions and 16 deletions
|
|
@ -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 _;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue