Browse Source

Fix remote following

Dennis Rodewyk 5 years ago
parent
commit
b09e2e6998
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/services/mastodon/nginx/mastodon.conf

+ 1 - 1
data/services/mastodon/nginx/mastodon.conf

@@ -75,7 +75,7 @@ location /api/v1/streaming {
     tcp_nodelay on;
   }
 
-	location ~ /.well-known {
+	location ~ /.well-known/acme-challenge {
         allow all;
 		root /var/www/html;
 	}