Switched to IPV4 address
This ensures nginx redirects to IPv4, not IPv6
This commit is contained in:
parent
876a5e6b65
commit
d4f241614f
|
@ -6,7 +6,7 @@
|
||||||
disabledModules = [ "services/continuous-integration/hydra/default.nix" ];
|
disabledModules = [ "services/continuous-integration/hydra/default.nix" ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
/home/craige/git/NixOS/hydra/hydra-module.nix
|
/home/craige/source/NixOS/hydra/hydra-module.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.postfix = {
|
services.postfix = {
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
virtualHosts."hydra.mcwhirter.io" = {
|
virtualHosts."hydra.mcwhirter.io" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:3000";
|
locations."/".proxyPass = "http://127.0.0.1:3000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue