Commit d7bfc59164e2d7447dc1bef4191f1e140fd18c9b
1 parent
66e3d6b6
Exists in
mezuro_cookbook
Changing ip to dns on kalibro_configuration nginx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb
@@ -13,7 +13,7 @@ server { | @@ -13,7 +13,7 @@ server { | ||
13 | } | 13 | } |
14 | 14 | ||
15 | location @kalibro-configurations { | 15 | location @kalibro-configurations { |
16 | - proxy_pass http://10.10.10.8:8083; | 16 | + proxy_pass http://localhost:8083; |
17 | proxy_set_header X-Real-IP $remote_addr; | 17 | proxy_set_header X-Real-IP $remote_addr; |
18 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | 18 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
19 | } | 19 | } |