According to the docs, proxy_local_net_ip is required but not used

Make the proxy-server honor proxy_local_net_ip using the bind_ip
setting in proxy-server.conf
This commit is contained in:
Sergio Rubio 2012-09-25 12:50:27 +02:00
parent 05d44d8e78
commit a7c92b6138

@ -2,6 +2,9 @@
#
[DEFAULT]
bind_port = <%= port %>
<% if proxy_local_net_ip %>
bind_ip = <%= proxy_local_net_ip %>
<% end %>
workers = <%= workers %>
user = swift