From 28e9d695711edf977474c332863ef7fd218675fd Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 11 Jun 2024 18:03:08 +0200 Subject: [PATCH] nginx fix ssl_dhparam path --- bundles/nginx/files/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/nginx/files/nginx.conf b/bundles/nginx/files/nginx.conf index ef65a3e..d3c1361 100644 --- a/bundles/nginx/files/nginx.conf +++ b/bundles/nginx/files/nginx.conf @@ -21,7 +21,7 @@ http { server_names_hash_bucket_size 128; tcp_nopush on; client_max_body_size 32G; - ssl_dhparam "/etc/nginx/dhparams.pem"; + ssl_dhparam "/etc/ssl/certs/dhparam.pem"; % if node.has_bundle('php'): upstream php-handler {