diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 4cf696f..5ba8649 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,4 +1,6 @@ server { + root /usr/share/nginx/html; + location = /rates/manifest.webmanifest { default_type application/manifest+json; add_header Cache-Control "no-cache";