diff --git a/app.conf b/app.conf index d7acfa2..45c4723 100644 --- a/app.conf +++ b/app.conf @@ -4,6 +4,9 @@ server { location / { return 301 https://$host$request_uri; } + location /.well-known/acme-challenge/ { + root /var/www/certbot; + } } server { listen 443 ssl;