From 5ac2a7e53fca9bb8ae99023c225c52a536128e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Mon, 6 May 2019 13:44:40 -0700 Subject: [PATCH] Update scotchbox.local.conf --- scotchbox.local.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scotchbox.local.conf b/scotchbox.local.conf index ace542e..22b7aa1 100644 --- a/scotchbox.local.conf +++ b/scotchbox.local.conf @@ -14,9 +14,8 @@ SSLOptions +StdEnvVars - BrowserMatch "MSIE [2-6]" \ - -nokeepalive ssl-unclean-shutdown \ -downgrade-1.0 force-response-1.0 -BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown + BrowserMatch "MSIE [2-6]" \ + nokeepalive ssl-unclean-shutdown \ + downgrade-1.0 force-response-1.0 + BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown \ No newline at end of file