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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user