diff --git a/scotchbox.local.conf b/scotchbox.local.conf new file mode 100644 index 0000000..ace542e --- /dev/null +++ b/scotchbox.local.conf @@ -0,0 +1,22 @@ + + ServerAdmin webmaster@localhost + ServerName scotchbox.local + ServerAlias www.scotchbox.local + DocumentRoot /var/www/public + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + SSLEngine on + SSLCertificateFile /etc/apache2/ssl/apache.crt + SSLCertificateKeyFile /etc/apache2/ssl/apache.key + + SSLOptions +StdEnvVars + + + SSLOptions +StdEnvVars + + 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