0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

Minor change on devenv nginx config.

This commit is contained in:
Andrey Antukh 2020-12-02 14:36:00 +01:00 committed by Hirunatan
parent e0cc0a7f3a
commit 247273631c

View file

@ -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";
}