Update tube.conf

This commit is contained in:
Anthony Wang 2021-05-23 15:14:28 +00:00 committed by GitHub
parent fbe7bba246
commit cacd6e1bac
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; }
}
server {
upstream backend {
server 127.0.0.1:9000;
}
upstream tube_backend {
server 127.0.0.1:9000;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tube.exozy.me;