ma gum.r: fix cgit.euer.krebsco.de
This commit is contained in:
parent
a2e3c0488a
commit
b1c4cd5b1c
@ -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 New Issue
Block a user