Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Enable proxy_ssl_server_name for SNI support
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon committed Mar 24, 2016
1 parent 2fd77e8 commit bbfcecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config/templates/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ http {
<% proxies.each do |location, hash| %>
location <%= location %> {
proxy_pass <%= hash['origin'] %>;
proxy_ssl_server_name on;
}
<% end %>

Expand Down

0 comments on commit bbfcecc

Please sign in to comment.