Merge 7cfc51ec35 into 3ef600a3b5
This commit is contained in:
commit
e78e2cf124
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue