From 9749e7d9a40a4a5045c38043f12317cfda73847d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 14 Jun 2021 03:36:06 +0000 Subject: [PATCH] Update social.conf --- social.conf | 3 --- 1 file changed, 3 deletions(-) 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; }