misc: fix container references

This commit is contained in:
Andrey Antukh 2019-07-04 12:42:47 +02:00
parent 3c31144a58
commit 8a7f981f6e
2 changed files with 2 additions and 2 deletions

View file

@ -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';