diff options
-rw-r--r-- | 2.4/conf/vhosts.d/00_default_ssl_vhost.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf index bb39547..6abc21d 100644 --- a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf +++ b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf @@ -170,11 +170,6 @@ Listen 443 # Similarly, one has to force some clients to use HTTP/1.0 to workaround # their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and # "force-response-1.0" for this. - <IfModule setenvif_module> - BrowserMatch ".*MSIE.*" \ - nokeepalive ssl-unclean-shutdown \ - downgrade-1.0 force-response-1.0 - </IfModule> ## Per-Server Logging: # The home of a custom SSL log file. Use this when you want a compact |