Commit 457aa83d51fbc9be5413f7444081af2aa072bd21

Authored by Paulo Tada
Committed by Rafael Manzo
1 parent abace348
Exists in mezuro_cookbook

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 }
... ...