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