summaryrefslogtreecommitdiffstats
path: root/1systems/gum
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-13 12:49:54 +0100
committermakefu <github@syntax-fehler.de>2020-03-13 12:49:54 +0100
commit4a2e0c7c665b251112e18d76917f8d373ea2c1f7 (patch)
tree8265c430c0e773549973c276d93a8f76ee425b5a /1systems/gum
parentdafab57e093ad303198510125f017bb49b36b468 (diff)
ma gum.r: fix cgit.euer.krebsco.de
Diffstat (limited to '1systems/gum')
-rw-r--r--1systems/gum/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix
index d756a0d6b..8603d7696 100644
--- a/1systems/gum/config.nix
+++ b/1systems/gum/config.nix
@@ -176,7 +176,8 @@ in {
services.nginx.virtualHosts."cgit.euer.krebsco.de" = {
forceSSL = true;
enableACME = true;
- locations."/".proxyPass = "http://cgit.gum.r";
+ locations."/".proxyPass = "http://localhost/";
+ locations."/".extraConfig = ''proxy_set_header Host cgit;'';
};
krebs.build.host = config.krebs.hosts.gum;