Upgrade Sockethub, move proxy to LB/host
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Generated by Chef
|
||||
upstream _sockethub {
|
||||
server localhost:<%= @sockethub_port %>;
|
||||
<% @upstream_hosts.each do |upstream_host| -%>
|
||||
server <%= upstream_host %>;
|
||||
<% end -%>
|
||||
}
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
|
||||
Reference in New Issue
Block a user