diff --git a/bundles/nginx/files/port80.conf b/bundles/nginx/files/port80.conf index 158c2e8..e6e9e67 100644 --- a/bundles/nginx/files/port80.conf +++ b/bundles/nginx/files/port80.conf @@ -3,6 +3,10 @@ server { listen [::]:80 default_server; server_name _; + location /.well-known/acme-challenge/ { + alias /var/lib/dehydrated/acme-challenges/; + } + location / { return 404; }