Skip to content

Commit 919e87e

Browse files
authored
Merge pull request codekitchen#41 from jiahaog/master
Fix default `ssl_dhparam`
2 parents d96dbee + 88f35c3 commit 919e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ map $http_upgrade $proxy_connection {
1919
server_names_hash_bucket_size 128;
2020

2121
# Default dhparam
22-
ssl_dhparam /etc/nginx/dhparam.pem;
22+
ssl_dhparam /etc/nginx/dhparam/dhparam.pem;
2323

2424
gzip_types text/plain text/css application/javascript application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
2525

0 commit comments

Comments
 (0)