diff --git a/tube.conf b/tube.conf index d9551eb..789f07c 100644 --- a/tube.conf +++ b/tube.conf @@ -9,8 +9,7 @@ server { server_name tube.exozy.me; location /.well-known/acme-challenge/ { - default_type "text/plain"; - root /var/lib/certbot; + allow all; } location / { return 301 https://$host$request_uri;