_
This commit is contained in:
@@ -6,9 +6,6 @@ http {
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /usr/share/nginx/html/;
|
||||
}
|
||||
location / {
|
||||
return 301 https://$server_name:443$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user