Update README.md

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

View File

@ -67,12 +67,12 @@ sudo nano /etc/apache2/sites-available/scotchbox.local.conf
<Directory /usr/lib/cgi-bin>
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
BrowserMatch "MSIE [2-6]" \
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