Adding rewrite stuff for wiki
This commit is contained in:
parent
f9b314f961
commit
fab7d66a02
|
@ -4,6 +4,11 @@
|
||||||
DocumentRoot /var/www/wiki.thunix.net
|
DocumentRoot /var/www/wiki.thunix.net
|
||||||
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
|
||||||
|
<Directory /var/www/wiki.thunix.net>
|
||||||
|
Options Indexes FollowSymLinks
|
||||||
|
AllowOverride All
|
||||||
|
Require all granted
|
||||||
|
</Directory>
|
||||||
<Directorymatch "^/.*/\.git/">
|
<Directorymatch "^/.*/\.git/">
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
|
|
Loading…
Reference in New Issue