Updated confs

This commit is contained in:
Ubergeek
2019-02-16 00:16:27 +00:00
parent f3f876f83c
commit 7edcff4df4
13 changed files with 18 additions and 182 deletions

View File

@@ -5,8 +5,13 @@
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLCertificateFile /etc/letsencrypt/live/thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.cf/privkey.pem
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/phoenix.thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/phoenix.thunix.cf/privkey.pem
</VirtualHost>
</IfModule>