Skip to content

Commit

Permalink
ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
best-tech committed Sep 22, 2021
1 parent c114e79 commit 95e60ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host <%= ENV['HEADER_HOST']%>;
proxy_ssl_server_name on;
proxy_ssl_server_name "<%= ENV['HEADER_HOST']%>";
proxy_redirect off;
proxy_pass <%= ENV['PROXY_PASS'] %>;
proxy_set_header Authorization "<%= ENV['AUTH_HAEDER'] %>";
Expand Down

0 comments on commit 95e60ff

Please sign in to comment.