We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a7c91 commit cec3f6bCopy full SHA for cec3f6b
1 file changed
resources/modules/Apache/ospanel_data/default/templates/httpd.conf
@@ -368,9 +368,10 @@ AddDefaultCharset utf-8
368
SSLSessionCache "shmcb:${SRVROOT}/logs/ssl_session_cache(262144)"
369
SSLSessionCacheTimeout 86400
370
SSLSessionTickets Off
371
+ SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(65536)"
372
SSLStrictSNIVHostCheck Off
373
SSLUseStapling Off
- SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(65536)"
374
+ SSLVHostSNIPolicy authonly
375
</IfModule>
376
377
# -----------------------------------------------------------------------------------
0 commit comments