mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add initial exporter (nodejs) application.
This commit is contained in:
@@ -76,6 +76,10 @@ http {
|
||||
proxy_pass http://127.0.0.1:6060/api;
|
||||
}
|
||||
|
||||
location /export {
|
||||
proxy_pass http://127.0.0.1:6061/;
|
||||
}
|
||||
|
||||
location /playground {
|
||||
alias /home/uxbox/uxbox/experiments/;
|
||||
add_header Cache-Control "no-cache, max-age=0";
|
||||
|
||||
Reference in New Issue
Block a user