Commit f13104eb authored by Owen Jacobson's avatar Owen Jacobson Committed by GitHub

Merge pull request #32 from ankon/fix/sni-support

Enable the `proxy_ssl_server_name` option
parents d191763c c2c678bc
...@@ -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