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