mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 07:18:35 -05:00
Update nginx config for webfinger/fediverse
This commit is contained in:
parent
b559813e56
commit
e7983876c8
|
|
@ -24,4 +24,14 @@ server {
|
|||
location ~ /nso/f/(.*) {
|
||||
return 302 https://s.nintendo.com/av5ja-lp1/znca/game/4834290508791808?p=/fest_record/$1;
|
||||
}
|
||||
|
||||
# Webfinger
|
||||
location ~ /.well-known/(host-meta|webfinger|nodeinfo) {
|
||||
return 302 https://fedi.splatoon3.ink$request_uri;
|
||||
}
|
||||
|
||||
# Fediverse
|
||||
location = /@splatoon3ink {
|
||||
return 302 https://fedi.splatoon3.ink/splatoon3ink;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user