diff --git a/docker/www/nginx.conf b/docker/www/nginx.conf index 7fbacbd..dff8b0b 100644 --- a/docker/www/nginx.conf +++ b/docker/www/nginx.conf @@ -34,9 +34,6 @@ http { location / { gzip_static on; try_files $uri @index; - } - - location @index { add_header Cache-Control "no-store, no-cache, must-revalidate"; expires -1; try_files /index.html =404;