Adding rewrite stuff for wiki

This commit is contained in:
Ubergeek 2019-06-28 23:14:03 +00:00
parent f9b314f961
commit fab7d66a02
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
DocumentRoot /var/www/wiki.thunix.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/wiki.thunix.net>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all