diff --git a/nginx.conf b/nginx.conf index a5cead2..7e1b4e8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,6 +6,9 @@ http { location /.well-known/acme-challenge/ { root /usr/share/nginx/html/; } + # location / { + # return 301 https://$server_name:443$request_uri; + # } } server {