From 89748933aca8de3108568156849410eb11774adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Mon, 6 May 2019 13:44:11 -0700 Subject: [PATCH] Add scotchbox.local.conf --- scotchbox.local.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 scotchbox.local.conf 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