Merge branch 'master' of ttm.sh:thunix/ansible
This commit is contained in:
commit
0fc2389ec5
|
@ -26,6 +26,7 @@
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
<Directorymatch "^/.*/\.git/">
|
<Directorymatch "^/.*/\.git/">
|
||||||
|
AllowOverride All
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</Directorymatch>
|
</Directorymatch>
|
||||||
|
@ -36,6 +37,13 @@
|
||||||
AllowOverride FileInfo AuthConfig Limit Indexes
|
AllowOverride FileInfo AuthConfig Limit Indexes
|
||||||
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
|
||||||
Require method GET POST OPTIONS
|
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>
|
</Directory>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
|
Loading…
Reference in New Issue