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

This commit is contained in:
makefu 2020-03-13 12:49:54 +01:00
parent a2e3c0488a
commit b1c4cd5b1c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -176,7 +176,8 @@ in {
services.nginx.virtualHosts."cgit.euer.krebsco.de" = { services.nginx.virtualHosts."cgit.euer.krebsco.de" = {
forceSSL = true; forceSSL = true;
enableACME = 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; krebs.build.host = config.krebs.hosts.gum;