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