nginx fix ssl_dhparam path

This commit is contained in:
cronekorkn 2024-06-11 18:03:08 +02:00
parent 32011c5b1f
commit 28e9d69571
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

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