diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-02-09 01:59:25 -0800 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-02-09 01:59:25 -0800 |
commit | b3515bc0636e15d42c796ac31e4e088c007e55b2 (patch) | |
tree | 4a8c43315f1b7a4776e2d19caa5f75f970b86108 /apache/conf.d | |
parent | 5648fcf2634968f113190e5af7148fc1977fc329 (diff) |
modify docker entrypoint
Diffstat (limited to 'apache/conf.d')
-rw-r--r-- | apache/conf.d/ssl.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/apache/conf.d/ssl.conf b/apache/conf.d/ssl.conf deleted file mode 100644 index 7b0dd15..0000000 --- a/apache/conf.d/ssl.conf +++ /dev/null @@ -1,19 +0,0 @@ -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 |