summaryrefslogtreecommitdiffstats
path: root/roles/old_wiki/templates/oldwiki.conf
blob: 4dfc723521a893a49648a6d12f80f159ac6c3b58 (plain)
1
2
3
4
5
6
7
8
# {{ ansible_managed }}
Alias /w    {{ old_wiki_dir }}
Alias /wiki {{ old_wiki_dir }}/index.php
<Directory "{{ old_wiki_dir }}">
    Order deny,allow
    Allow from all
</Directory>