htz-cloud.afra: add fedi redirects
This commit is contained in:
parent
b692b09c00
commit
d3f55dc821
1 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,16 @@ domain = "afra.berlin"
|
|||
redirect = "https://afra-berlin.de"
|
||||
mode = 302
|
||||
|
||||
[metadata.nginx.vhosts.redirect.locations.'/.well-known/host-meta']
|
||||
redirect = "https://fedi.afra.berlin/.well-known/host-meta"
|
||||
mode = 301
|
||||
[metadata.nginx.vhosts.redirect.locations.'/.well-known/nodeinfo']
|
||||
redirect = "https://fedi.afra.berlin/.well-known/nodeinfo"
|
||||
mode = 301
|
||||
[metadata.nginx.vhosts.redirect.locations.'/.well-known/webfinger']
|
||||
redirect = "https://fedi.afra.berlin/.well-known/webfinger"
|
||||
mode = 301
|
||||
|
||||
[metadata.nginx.vhosts.redirect.locations.'/matrix/']
|
||||
target = "http://127.0.0.1:20100/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue