Update README.md

This commit is contained in:
André Almeida 2019-05-06 13:45:33 -07:00
parent 5ac2a7e53f
commit 9511f44d86

View File

@ -68,11 +68,11 @@ sudo nano /etc/apache2/sites-available/scotchbox.local.conf
SSLOptions +StdEnvVars
</Directory>
BrowserMatch "MSIE [2-6]" \
</VirtualHost>
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost>
```
## Edit Vagrant file for your project