Commit c2c678bc authored by Andreas Kohn's avatar Andreas Kohn

Enable `proxy_ssl_server_name` for SNI support

parent 9ff0c2cd
...@@ -80,6 +80,7 @@ http { ...@@ -80,6 +80,7 @@ http {
<% proxies.each do |location, hash| %> <% proxies.each do |location, hash| %>
location <%= location %> { location <%= location %> {
proxy_pass <%= hash['origin'] %>; proxy_pass <%= hash['origin'] %>;
proxy_ssl_server_name on;
} }
<% end %> <% end %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment