diff --git a/docker/devenv/files/nginx.conf b/docker/devenv/files/nginx.conf index 45f0dcc6bf..757055af41 100644 --- a/docker/devenv/files/nginx.conf +++ b/docker/devenv/files/nginx.conf @@ -141,6 +141,10 @@ http { proxy_pass http://127.0.0.1:5000; } + location /nitrate/ { + proxy_pass http://127.0.0.1:3000/; + } + location /playground { alias /home/penpot/penpot/experiments/; add_header Cache-Control "no-cache, max-age=0";