@cryptotaxi247 / infra / commits / 4f47d399

hydra-proxy: allow nix.dev to bypass anubis

Martin Weinelt committed Jun 6, 2025 at 11:24 UTC 4f47d399e763c7bec4df987dcc19479325b92984
1 file changed +1 -1
build/hydra-proxy.nix
+1 -1
@@ -76,7 +76,7 @@
76 '';
77
78 locations."/" = {
79 - proxyPass = "http://anubis";
79 + proxyPass = "http://$upstream";
80 };
81
82 locations."~ ^/build/\\d+/download/" = {