Commit 4cbded6bed78d1d87d37449d8ea8c48feb94a9bf

Authored by Paulo Tada
Committed by Rafael Reggiani Manzo
1 parent 42df8fef

Changing ip to dns on kalibro_configuration nginx

cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb
... ... @@ -13,7 +13,7 @@ server {
13 13 }
14 14  
15 15 location @kalibro-configurations {
16   - proxy_pass http://10.10.10.8:8083;
  16 + proxy_pass http://localhost:8083;
17 17 proxy_set_header X-Real-IP $remote_addr;
18 18 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
19 19 }
... ...