mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔧 Add nitrate url to devenv nginx (#7800)
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user