diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index 3c4ecc9..cf2179a 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -55,6 +55,11 @@ enableACME = true; locations."/".proxyPass = "http://localhost:8080"; }; + "ci.missing.ninja" = { + forceSSL = true; + enableACME = true; + locations."/".proxyPass = "http://localhost:8000"; + }; "cache.missing.ninja" = { forceSSL = true; enableACME = true;