Commit a2e3a022 authored by Terence Lee's avatar Terence Lee Committed by GitHub

Merge pull request #47 from AppCamps/master

proxy_ssl_server_name on on fallback proxy
parents 5aabc53b b5eb006b
...@@ -94,6 +94,7 @@ http { ...@@ -94,6 +94,7 @@ http {
location @<%= location %> { location @<%= location %> {
rewrite ^<%= location %>(.*)$ <%= hash['path'] %>/$1 break; rewrite ^<%= location %>(.*)$ <%= hash['path'] %>/$1 break;
proxy_pass <%= hash['host'] %>; proxy_pass <%= hash['host'] %>;
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