Fix dhparam.pem path

The dhparam.pem is located in the certs folder.
This commit is contained in:
Evert Ramos 2017-10-23 10:05:52 -02:00 committed by GitHub
parent 3ef600a3b5
commit 7cfc51ec35

View file

@ -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 {