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 SSLOptions +StdEnvVars
</Directory> </Directory>
BrowserMatch "MSIE [2-6]" \ BrowserMatch "MSIE [2-6]" \
</VirtualHost>
nokeepalive ssl-unclean-shutdown \ nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0 downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost> </VirtualHost>
``` ```
## Edit Vagrant file for your project ## Edit Vagrant file for your project