0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

📎 Minor fix on docker image files

This commit is contained in:
Andrey Antukh 2022-03-22 11:47:18 +01:00
parent d4c1e2fc36
commit 0d4de50f13

View file

@ -68,6 +68,10 @@ http {
add_header Cache-Control "no-cache, max-age=0" always;
}
location /api/export {
proxy_pass http://penpot-exporter:6061;
}
location /api {
proxy_pass http://penpot-backend:6060/api;
}
@ -76,10 +80,6 @@ http {
proxy_pass http://penpot-backend:6060/dbg;
}
location /export {
proxy_pass http://penpot-exporter:6061;
}
location /ws/notifications {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';