mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 00:18:31 +00:00
Update ssl_session_cache
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#ssl on;
|
||||
|
||||
# Optimize SSL by caching session parameters for 10 minutes. This cuts down on the number of expensive SSL handshakes.
|
||||
ssl_session_cache shared:SSL:10m; # a 1mb cache can hold about 4000 sessions
|
||||
ssl_session_cache shared:LEMPer_SSL:10m; # a 1mb cache can hold about 4000 sessions
|
||||
ssl_session_timeout 1d;
|
||||
|
||||
# SSL buffer size was added in 1.5.9
|
||||
|
||||
Reference in New Issue
Block a user