ma gum.r: fix cgit.euer.krebsco.de
This commit is contained in:
parent
dafab57e09
commit
4a2e0c7c66
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue