remove /health
This commit is contained in:
parent
21bd6d4f9f
commit
288b50d993
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ in
|
|||
enableACME = true;
|
||||
locations = {
|
||||
"/".return = "418 \"I'm a Teapot!\"";
|
||||
"~ ^(/_matrix|/_synapse/client|/health)" = {
|
||||
"~ ^(/_matrix|/_synapse/client)" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyPass = "http://[::1]:8008";
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue