forked from M-Labs/nix-scripts
nixbld: forward more traffic to stewart's machine
This commit is contained in:
parent
7882767a71
commit
5f7def845a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue