From e1a26abed5c093e9e4a3879e93b0b0bb39c4c06d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 30 Jun 2025 11:05:14 +0200 Subject: [PATCH] Disable ntfy rev-proxy --- instances/baldur/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/instances/baldur/configuration.nix b/instances/baldur/configuration.nix index df09930..75f7a1e 100644 --- a/instances/baldur/configuration.nix +++ b/instances/baldur/configuration.nix @@ -113,15 +113,15 @@ proxy_buffering off; ''; }; - "ntfy.bertof.net" = ssl // { - locations."/" = { - proxyPass = "http://heimdall.tsn:7080/"; - proxyWebsockets = true; - extraConfig = '' - client_max_body_size 5g; - ''; - }; - }; + # "ntfy.bertof.net" = ssl // { + # locations."/" = { + # proxyPass = "http://heimdall.tsn:7080/"; + # proxyWebsockets = true; + # extraConfig = '' + # client_max_body_size 5g; + # ''; + # }; + # }; "my-nextcloud.bertof.net" = ssl // { locations."/" = { proxyPass = "http://heimdall.tsn:80/";