Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Sep 15, 2020
1 parent 5c2b8ab commit 5c02b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
}
ssl_certificate /etc/ssl/domain.me.pem;
ssl_certificate_key /etc/ssl/domain.me.key;
ssl_dhparam /etc/ssl/dhparam.pem;
ssl_dhparam /etc/ssl/dhparams.pem;
ssl_session_cache shared:le_nginx_SSL:1m;
ssl_session_cache shared:SSL:50m;
ssl_session_timeout 1d;
Expand Down

0 comments on commit 5c02b41

Please sign in to comment.