diff --git a/systems/game-servers/systems/blockmoths/modules/caddy/default.nix b/systems/game-servers/systems/blockmoths/modules/caddy/default.nix index c37476f..46152dc 100644 --- a/systems/game-servers/systems/blockmoths/modules/caddy/default.nix +++ b/systems/game-servers/systems/blockmoths/modules/caddy/default.nix @@ -81,7 +81,10 @@ useACMEHost = "tgs.blockmoths.eu.tgstation13.org"; extraConfig = '' encode gzip zstd - reverse_proxy localhost:5000 + reverse_proxy localhost:5000 { + health_uri /health + health_port 5000 + } ''; }; "s3.tgstation13.org" = { diff --git a/systems/game-servers/systems/staging/modules/caddy.nix b/systems/game-servers/systems/staging/modules/caddy.nix index a7d2c6d..a4307d1 100644 --- a/systems/game-servers/systems/staging/modules/caddy.nix +++ b/systems/game-servers/systems/staging/modules/caddy.nix @@ -50,7 +50,10 @@ useACMEHost = "tgs.wiggle.staging.tgstation13.org"; extraConfig = '' encode gzip zstd - reverse_proxy localhost:5000 + reverse_proxy localhost:5000 { + health_uri /health + health_port 5000 + } ''; }; };