916 B
916 B
<VirtualHost *:80> ServerName dev.twohandsapp.com Redirect permanent / https://dev.twohandsapp.com
ServerAdmin pmeth@delvia.com ServerName dev.twohandsapp.com DocumentRoot /var/www/sites/dev.twohandsapp.com/dist ErrorLog ${APACHE_LOG_DIR}/dev.twohandsapp.com_error.log CustomLog ${APACHE_LOG_DIR}/dev.twohandsapp.com_access.log combined Options +FollowSymlinks -Indexes AllowOverride All Require all granted Allow from all <IfModule mod_rewrite.c>
Options -MultiViews
</IfModule>
</Directory>
SSLEngine on
SSLCertificateFile /etc/ssl/private/app.twohandsapp.com.crt
SSLCertificateKeyFile /etc/ssl/private/app.twohandsapp.com.key
SSLCACertificateFile /etc/ssl/private/gd_bundle-g2-g1.crt