1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/mediawiki/templates/mediawiki.conf.j2
2018-03-20 14:20:01 -04:00

8 lines
179 B
Django/Jinja

RewriteEngine on
Alias {{ wp_url }} {{ wp_abs_path }}
<Directory {{ wp_abs_path }}>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>