remove /health

This commit is contained in:
XenGi 2025-12-04 23:27:30 +01:00
parent 21bd6d4f9f
commit 288b50d993
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -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 = ''