diff --git a/docker/nginx.conf b/docker/nginx.conf index 82f57204ae..4cab7e2f00 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -8,8 +8,6 @@ server { # Only cache files in /console/_app/immutable/ for 1 year location /console/_app/immutable/ { - try_files $uri =404; - expires 1y; add_header Pragma public; add_header Cache-Control "public";