Fix misskey's activitypub protocol violation from 1panel's mistake (#10567)

Fix misskey's activitypub protocol violation from 1panel's mistake
<https://akollo.2s.ink/notes/addwemgrqzn70086>
<https://github.com/1Panel-dev/1Panel/issues/10566>
😂😂😂😂😂😂
This commit is contained in:
Li lingyi 2025-10-09 11:54:15 +08:00 committed by GitHub
parent d0bb9165bf
commit e4478da423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ server {
location ~ ^/(\.user.ini|\.htaccess|\.git|\.env|\.svn|\.project|LICENSE|README.md){
return 404;
}
location ^~ /.well-known{
location ^~ /.well-known/acme-challenge {
allow all;
root /usr/share/nginx/html;
}