forked from exozyme/nginx
Update tube.conf
This commit is contained in:
parent
5644472c82
commit
a9dc82eea8
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue