From 247273631c29897c325be3ead2a910e8b490d799 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 2 Dec 2020 14:36:00 +0100 Subject: [PATCH] :sparkles: Minor change on devenv nginx config. --- docker/devenv/files/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/devenv/files/nginx.conf b/docker/devenv/files/nginx.conf index 2ae400e691..cc33ec4760 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"; }