nixbld: forward more traffic to stewart's machine

pull/16/head
Sebastien Bourdeauducq 2019-05-27 00:42:50 +08:00
parent 7882767a71
commit 5f7def845a
1 changed files with 2 additions and 0 deletions

View File

@ -320,10 +320,12 @@ ACTION=="add", SUBSYSTEM=="tty", \
"fractalide.org" = { "fractalide.org" = {
forceSSL = true; forceSSL = true;
useACMEHost = "nixbld.m-labs.hk"; useACMEHost = "nixbld.m-labs.hk";
locations."/".proxyPass = "http://192.168.1.204:3003";
}; };
"www.fractalide.org" = { "www.fractalide.org" = {
forceSSL = true; forceSSL = true;
useACMEHost = "nixbld.m-labs.hk"; useACMEHost = "nixbld.m-labs.hk";
locations."/".proxyPass = "http://192.168.1.204:3003";
}; };
"hydra.fractalide.org" = { "hydra.fractalide.org" = {
forceSSL = true; forceSSL = true;