Skip to content

Commit cbf6990

Browse files
authored
buildbot: Use IPv4 rather than 'localhost' in nginx config (#639)
1 parent 289491e commit cbf6990

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
@@ -48,6 +48,6 @@ server {
4848
proxy_http_version 1.1;
4949
proxy_set_header Upgrade $http_upgrade;
5050
proxy_set_header Connection "Upgrade";
51-
proxy_pass http://localhost:9010/ws;
51+
proxy_pass http://127.0.0.1:9010/ws;
5252
}
5353
}

0 commit comments

Comments
 (0)