Update tube.conf

This commit is contained in:
Anthony Wang 2021-05-23 03:14:15 +00:00 committed by GitHub
parent dd81ac92cc
commit 6cd066c803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ server {
location / { return 301 https://$host$request_uri; } location / { return 301 https://$host$request_uri; }
} }
upstream backend { upstream tube_backend {
server 127.0.0.1:9001; server 127.0.0.1:9000;
} }
server { server {