Update tube.conf

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

View file

@ -15,11 +15,11 @@ server {
location / { return 301 https://$host$request_uri; }
}
upstream tube_backend {
server 127.0.0.1:9000;
}
server {
upstream backend {
server 127.0.0.1:9000;
}
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tube.exozy.me;