1
0
Fork 0
forked from exozyme/nginx

Update tube.conf

This commit is contained in:
Anthony Wang 2021-06-14 03:35:47 +00:00 committed by GitHub
parent 5644472c82
commit a9dc82eea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,7 @@ server {
listen 80;
listen [::]:80;
server_name tube.exozy.me;
location /.well-known/acme-challenge/ {
allow all;
}
location / {
return 301 https://$host$request_uri;
}