diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 543b6e42..6af420bb 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -685,7 +685,10 @@ in extraConfig = '' encode zstd gzip ${security-headers {}} - reverse_proxy localhost${config.services.ntfy-sh.settings.listen-http} + reverse_proxy localhost${config.services.ntfy-sh.settings.listen-http} { + health_uri /v1/health + health_body `"healthy":true` + } ''; }; "searchix.alanpearce.eu" = { |