summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-07-21 00:35:30 +0200
committerlassulus <lassulus@lassul.us>2017-07-21 00:35:30 +0200
commit8bfcf85531c4b8455c301504ccd74f95487e86d0 (patch)
tree5f813ac09f7ae532797907b812f36961c31efa64 /krebs/2configs
parent1afc9c7a71907026e89f51d5fde06f554a537eaa (diff)
krebs shared-buildbot: use ipv4 localhost
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/shared-buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shared-buildbot.nix b/krebs/2configs/shared-buildbot.nix
index efb41cc3..51984209 100644
--- a/krebs/2configs/shared-buildbot.nix
+++ b/krebs/2configs/shared-buildbot.nix
@@ -14,7 +14,7 @@
locations."/".extraConfig = ''
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
- proxy_pass http://localhost:${toString config.krebs.buildbot.master.web.port};
+ proxy_pass http://127.0.0.1:${toString config.krebs.buildbot.master.web.port};
'';
};