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 _;