Merge branch 'master' of ttm.sh:thunix/ansible

This commit is contained in:
fosslinux 2019-07-15 22:39:19 +10:00
commit 0fc2389ec5
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,7 @@
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">
AllowOverride All
Order deny,allow
Deny from all
</Directorymatch>
@ -37,6 +38,13 @@
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
<Directory /var/www/thunix.cf>
Options Indexes FollowSymLinks MultiViews
# changed from None to FileInfo
AllowOverride FileInfo
Order allow,deny
allow from all
</Directory>
</IfModule>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/www.thunix.net/fullchain.pem