Skip to content

Commit ee8991c

Browse files
committed
Remove double dhparam definition.
1 parent b7852af commit ee8991c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/deb/nginx/nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ http {
103103
#set_real_ip_from 2a06:98c0::/29;
104104
real_ip_header CF-Connecting-IP;
105105

106-
# SSL dhparam.pem
107-
ssl_dhparam /etc/ssl/dhparam.pem;
108-
109106
# SSL PCI Compliance
110107
ssl_session_cache shared:SSL:10m;
111108
ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;

0 commit comments

Comments
 (0)