🔧 Add nitrate url to devenv nginx (#7800)

This commit is contained in:
Andrey Antukh
2025-11-21 12:30:49 +01:00
committed by GitHub
parent a1f11c89f2
commit 3ec001de44

View File

@@ -141,6 +141,10 @@ http {
proxy_pass http://127.0.0.1:5000; proxy_pass http://127.0.0.1:5000;
} }
location /nitrate/ {
proxy_pass http://127.0.0.1:3000/;
}
location /playground { location /playground {
alias /home/penpot/penpot/experiments/; alias /home/penpot/penpot/experiments/;
add_header Cache-Control "no-cache, max-age=0"; add_header Cache-Control "no-cache, max-age=0";