From c142ea0996a66b557a32bcc74021fe1517fecd5e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 7 Apr 2025 11:48:15 +0200 Subject: [PATCH] show woodpecker trhpugh web --- systems/hetzner/nginx.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;