ma gum.r: fix cgit.euer.krebsco.de

This commit is contained in:
makefu 2020-03-13 12:49:54 +01:00
parent dafab57e09
commit 4a2e0c7c66

View file

@ -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;