This commit is contained in:
Evert Ramos 2017-10-23 12:06:10 +00:00 committed by GitHub
commit e78e2cf124

View file

@ -42,7 +42,7 @@ map $http_upgrade $proxy_connection {
server_names_hash_bucket_size 128; server_names_hash_bucket_size 128;
# Default dhparam # Default dhparam
ssl_dhparam /etc/nginx/dhparam/dhparam.pem; ssl_dhparam /etc/nginx/certs/dhparam.pem;
# Set appropriate X-Forwarded-Ssl header # Set appropriate X-Forwarded-Ssl header
map $scheme $proxy_x_forwarded_ssl { map $scheme $proxy_x_forwarded_ssl {
@ -319,4 +319,4 @@ server {
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ end }} {{ end }}