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;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/".return = "418 \"I'm a Teapot!\"";
|
"/".return = "418 \"I'm a Teapot!\"";
|
||||||
"~ ^(/_matrix|/_synapse/client|/health)" = {
|
"~ ^(/_matrix|/_synapse/client)" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://[::1]:8008";
|
proxyPass = "http://[::1]:8008";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue