@cryptotaxi247 / infra-1 / commits / 1ba2e189

hydra-proxy: catch and discard requests to random vhosts

Martin Weinelt committed Jun 26, 2026 at 13:20 UTC 1ba2e189e99654cc271ee78d3fe3b1f7cc0a1a81
1 file changed +7
build/hydra-proxy.nix
+7
@@ -109,6 +109,13 @@
109 hydra-server.servers."127.0.0.1:3000" = { };
110 };
111
112 + virtualHosts."mimas.nixos.org" = {
113 + forceSSL = true;
114 + enableACME = true;
115 + default = true;
116 + locations."/".return = "444";
117 + };
118 +
119 virtualHosts."hydra.nixos.org" = {
120 forceSSL = true;
121 enableACME = true;