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