mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:58:33 +02:00
misc: fix container references
This commit is contained in:
parent
3c31144a58
commit
8a7f981f6e
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ server {
|
|||
|
||||
# Backend
|
||||
location /api/ {
|
||||
proxy_pass http://uxbackend:6060/api/;
|
||||
proxy_pass http://backend:6060/api/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue