diff --git a/nginx.conf b/nginx.conf index 3596428..f305fbf 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,7 +2,7 @@ events {} http { server { - listen 80 + listen 80; location /.well-known/acme-challenge/ { root /usr/share/nginx/html; }