diff --git a/nginx.conf b/nginx.conf index f658d9f..a12e904 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ http { server { listen 80; - location /.well-known/acme-challenge/ { + location / { proxy_pass http://certbot:80; } # location / {