* Use shm and posixsem for the SSL session cache.
svn path=/nixos/trunk/; revision=29658
This commit is contained in:
parent
18d52f8f4b
commit
0f816374c7
@ -143,9 +143,9 @@ let
|
||||
|
||||
|
||||
sslConf = ''
|
||||
SSLSessionCache dbm:${mainCfg.stateDir}/ssl_scache
|
||||
SSLSessionCache shm:${mainCfg.stateDir}/ssl_scache(512000)
|
||||
|
||||
SSLMutex file:${mainCfg.stateDir}/ssl_mutex
|
||||
SSLMutex posixsem
|
||||
|
||||
SSLRandomSeed startup builtin
|
||||
SSLRandomSeed connect builtin
|
||||
|
Loading…
Reference in New Issue
Block a user