diff --git a/instances/baldur/configuration.nix b/instances/baldur/configuration.nix index c0935b2..145c657 100644 --- a/instances/baldur/configuration.nix +++ b/instances/baldur/configuration.nix @@ -127,6 +127,19 @@ ''; }; }; + "git.bertof.net" = ssl // { + locations."/" = { + proxyPass = "http://heimdall.tsn:3000"; + proxyWebsockets = true; + recommendedProxySettings = true; + extraConfig = '' + client_max_body_size 1024M; + proxy_read_timeout 600s; + proxy_send_timeout 600s; + send_timeout 600s; + ''; + }; + }; # "ntfy.bertof.net" = ssl // { # locations."/" = {