diff --git a/social.conf b/social.conf index 7ac6a60..b632304 100644 --- a/social.conf +++ b/social.conf @@ -18,9 +18,6 @@ server { listen [::]:80; server_name social.exozy.me; root /var/lib/mastodon/public; - location /.well-known/acme-challenge/ { - allow all; - } location / { return 301 https://$host$request_uri; }