1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-24 00:11:55 +00:00

Implemented background dhparam generation

This commit is contained in:
Steve Kamerman
2017-01-11 22:39:04 -05:00
parent f186815c2d
commit dfdd67f5a4
5 changed files with 58 additions and 6 deletions

View File

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