Upgrade Sockethub, move proxy to LB/host

This commit is contained in:
2022-03-18 11:10:46 -06:00
parent 9cb77c54db
commit 0cda379c19
11 changed files with 35 additions and 116 deletions

View File

@@ -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 {