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:
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;
|
||||
}
|
||||
|
||||
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';
|
||||
|
|
Loading…
Add table
Reference in a new issue