Skip to content

Commit 0503f4e

Browse files
authored
buildbot: Use IPv4 address rather than 'localhost' (#573)
Buildbot does not listen on the IPv6 interface.
1 parent 217b67a commit 0503f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/buildbot/config/nginx.conf.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ server {
3333
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
3434
proxy_set_header Host $http_host;
3535
proxy_redirect off;
36-
proxy_pass http://localhost:9010;
36+
proxy_pass http://127.0.0.1:9010;
3737
}
3838

3939
location /robots.txt {

0 commit comments

Comments
 (0)