Add scotchbox.local.conf
This commit is contained in:
parent
c6a76059bc
commit
89748933ac
22
scotchbox.local.conf
Normal file
22
scotchbox.local.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<VirtualHost *:443>
|
||||||
|
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
|
||||||
|
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||||
|
SSLOptions +StdEnvVars
|
||||||
|
</FilesMatch>
|
||||||
|
<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
|
||||||
|
</VirtualHost>
|
||||||
Loading…
Reference in New Issue
Block a user