diff --git a/docker/devenv/files/nginx.conf b/docker/devenv/files/nginx.conf index 2ae400e69..cc33ec476 100644 --- a/docker/devenv/files/nginx.conf +++ b/docker/devenv/files/nginx.conf @@ -61,7 +61,6 @@ http { location / { root /home/penpot/penpot/frontend/resources/public; - try_files $uri /index.html; add_header Cache-Control "no-cache, max-age=0"; }