diff --git a/nginx.conf b/nginx.conf index e37e9d7..a5cead2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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 {