Fix dhparam.pem path
The dhparam.pem is located in the certs folder.
This commit is contained in:
parent
3ef600a3b5
commit
7cfc51ec35
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ map $http_upgrade $proxy_connection {
|
|||
server_names_hash_bucket_size 128;
|
||||
|
||||
# Default dhparam
|
||||
ssl_dhparam /etc/nginx/dhparam/dhparam.pem;
|
||||
ssl_dhparam /etc/nginx/certs/dhparam.pem;
|
||||
|
||||
# Set appropriate X-Forwarded-Ssl header
|
||||
map $scheme $proxy_x_forwarded_ssl {
|
||||
|
|
@ -319,4 +319,4 @@ server {
|
|||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue