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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user