Update tube.conf

This commit is contained in:
Anthony Wang 2021-05-23 15:15:55 +00:00 committed by GitHub
parent cacd6e1bac
commit bb698c3653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ server {
proxy_read_timeout 10m;
send_timeout 10m;
proxy_pass http://backend;
proxy_pass http://tube_backend;
}
location / {
@ -110,7 +110,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://backend;
proxy_pass http://tube_backend;
}
location /socket.io {