hopefully fix mastodon
Some checks failed
Lint / lint (push) Failing after 1m34s
Plex Update / update (push) Successful in 1m45s

This commit is contained in:
Vivian 2023-12-09 10:31:06 +01:00
parent 1ec8d8517b
commit 20ed609d40
3 changed files with 5 additions and 2 deletions

View file

@ -52,6 +52,10 @@ in
locations."= /.well-known/host-meta".extraConfig = ''
return 301 https://fedi.xirion.net$request_uri;
'';
locations."/.well-known/webfinger".extraConfig = ''
add_header Access-Control-Allow-Origin '*';
return 301 https://fedi.xirion.net$request_uri;
'';
};
# virtualHosts."blog.xirion.net" = proxy "http://10.10.10.12";
"git.xirion.net" = proxy "http://10.10.10.12";