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/";