krebs shared-buildbot: use ipv4 localhost

This commit is contained in:
lassulus 2017-07-21 00:35:30 +02:00
parent 1afc9c7a71
commit 8bfcf85531

View File

@ -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};
'';
};