diff options
author | makefu <github@syntax-fehler.de> | 2020-03-13 12:49:54 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-03-13 12:49:54 +0100 |
commit | b1c4cd5b1c659853a6b1057786c5e333e5b98604 (patch) | |
tree | d23a45246484f1577903508d4ae73d2a879939db /makefu/1systems/gum | |
parent | a2e3c0488a6a7a63ffd34abc5fd8ba84e4e93155 (diff) |
ma gum.r: fix cgit.euer.krebsco.de
Diffstat (limited to 'makefu/1systems/gum')
-rw-r--r-- | makefu/1systems/gum/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/gum/config.nix b/makefu/1systems/gum/config.nix index d756a0d6b..8603d7696 100644 --- a/makefu/1systems/gum/config.nix +++ b/makefu/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; |