浏览代码

Fix remote following

Dennis Rodewyk 5 年之前
父节点
当前提交
b09e2e6998
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 	}