mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-13 18:44:14 +08:00
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:
parent
d0bb9165bf
commit
e4478da423
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue