diff --git a/nginx.conf b/nginx.conf index 416ce80..d6c5cdb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80; location / { - proxy_pass http://certbot:80; + proxy_pass http://localhost:29343; } }