mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-12-28 14:34:37 -05:00
remove ssl.conf when using http config
This commit is contained in:
parent
f9f3c919d6
commit
eed32a153c
8 changed files with 24 additions and 12 deletions
19
docker/apache/https/conf.d/ssl.conf
Normal file
19
docker/apache/https/conf.d/ssl.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
LoadModule ssl_module modules/mod_ssl.so
|
||||
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
|
||||
|
||||
SSLRandomSeed startup file:/dev/urandom 512
|
||||
SSLRandomSeed connect builtin
|
||||
|
||||
Listen 443
|
||||
|
||||
SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
|
||||
SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4:!3DES:!ADH
|
||||
SSLHonorCipherOrder on
|
||||
|
||||
SSLProtocol all -SSLv3
|
||||
SSLProxyProtocol all -SSLv3
|
||||
|
||||
SSLPassPhraseDialog builtin
|
||||
|
||||
SSLSessionCache "shmcb:/var/cache/mod_ssl/scache(512000)"
|
||||
SSLSessionCacheTimeout 300
|
||||
Loading…
Add table
Add a link
Reference in a new issue