📝 Update and organize project documentation and assets
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName dev.twohandsapp.com
|
||||
Redirect permanent / https://dev.twohandsapp.com
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
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
|
||||
<Directory /var/www/sites/dev.twohandsapp.com/dist>
|
||||
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
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user