@cryptotaxi247 / infra / commits / 16e2edc0

hydra-proxy: explicitly listen on ipv6 addresses

Adam Stephens committed Oct 17, 2023 at 11:05 UTC 16e2edc0c5f51b21a47da56ce320ef01fcede358
1 file changed +1
delft/hydra-proxy.nix
+1
@@ -58,6 +58,7 @@ in
58 RewriteCond %{QUERY_STRING} ^query=pkgs.chromium$
59 RewriteRule ^/search$ - [L,R=429,NC]
60 '';
61 + listenAddresses = [ "[::]" ];
62 servedDirs =
63 [ { urlPath = "/apache-errors";
64 dir = ./apache-errors;