apiserver listen on 0.0.0.0 in vagrant

This commit is contained in:
derekwaynecarr
2014-08-12 15:43:35 -04:00
parent e1998e5a07
commit 10be80295c
8 changed files with 76 additions and 39 deletions

View File

@@ -47,7 +47,7 @@ server {
auth_basic_user_file /usr/share/nginx/htpasswd;
# Proxy settings
proxy_pass http://localhost:8080/;
proxy_pass http://127.0.0.1:8080/;
proxy_connect_timeout 159s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;