mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Allow access to Synapse's healthcheck through proxy
This commit is contained in:
parent
aeb18fa58c
commit
725e2e10f4
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# forward all Matrix API calls to the synapse Matrix homeserver
|
# forward all Matrix API calls to the synapse Matrix homeserver
|
||||||
locations."/_matrix" = {
|
locations."~ ^(/_matrix|/health)" = {
|
||||||
proxyPass = "http://[::1]:8008"; # without a trailing /
|
proxyPass = "http://[::1]:8008"; # without a trailing /
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue