diff --git a/cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb b/cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb index 0bc833b..963963e 100644 --- a/cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb +++ b/cookbooks/mezuro/templates/kalibro_configurations/nginx.conf.erb @@ -13,7 +13,7 @@ server { } location @kalibro-configurations { - proxy_pass http://10.10.10.8:8083; + proxy_pass http://localhost:8083; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } -- libgit2 0.21.2