Commit b5eb006b authored by tiii's avatar tiii

proxy_ssl_server_name on on fallback proxy

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