mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 22:46:37 +02:00
📎 Minor fix on docker image files
This commit is contained in:
parent
d4c1e2fc36
commit
0d4de50f13
1 changed files with 4 additions and 4 deletions
|
@ -68,6 +68,10 @@ http {
|
||||||
add_header Cache-Control "no-cache, max-age=0" always;
|
add_header Cache-Control "no-cache, max-age=0" always;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /api/export {
|
||||||
|
proxy_pass http://penpot-exporter:6061;
|
||||||
|
}
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass http://penpot-backend:6060/api;
|
proxy_pass http://penpot-backend:6060/api;
|
||||||
}
|
}
|
||||||
|
@ -76,10 +80,6 @@ http {
|
||||||
proxy_pass http://penpot-backend:6060/dbg;
|
proxy_pass http://penpot-backend:6060/dbg;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /export {
|
|
||||||
proxy_pass http://penpot-exporter:6061;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /ws/notifications {
|
location /ws/notifications {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection 'upgrade';
|
proxy_set_header Connection 'upgrade';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue