We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289491e commit cbf6990Copy full SHA for cbf6990
salt/buildbot/config/nginx.conf.jinja
@@ -48,6 +48,6 @@ server {
48
proxy_http_version 1.1;
49
proxy_set_header Upgrade $http_upgrade;
50
proxy_set_header Connection "Upgrade";
51
- proxy_pass http://localhost:9010/ws;
+ proxy_pass http://127.0.0.1:9010/ws;
52
}
53
0 commit comments