Merge pull request #55 from rubiojr/proxy-honor-bind-ip

proxy_local_net_ip is required but not being used in proxy-server.conf
This commit is contained in:
Dan Bode 2012-10-28 18:19:07 -07:00
commit 38c3995703

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