diff --git a/README.md b/README.md index d131a20..b5751c6 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,12 @@ sudo nano /etc/apache2/sites-available/scotchbox.local.conf 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 + ``` ## Edit Vagrant file for your project