new apache config for wiki
This commit is contained in:
parent
9faaf0c8e0
commit
41e5650d32
1 changed files with 9 additions and 0 deletions
|
@ -7,5 +7,14 @@ Alias /{{ wikipath }} /srv/web/{{ wikiname }}-wiki/index.php
|
|||
<Directory /srv/web/{{ wikiname }}-wiki>
|
||||
Options SymLinksIfOwnerMatch
|
||||
AllowOverride None
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue