Make this work in prod

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-22 23:19:06 +00:00
parent f9a0e1afd7
commit 53d0c7517b

View file

@ -18,10 +18,8 @@ Alias /{{ wikipath }} /srv/web/{{ wikiname }}-wiki/index.php
</IfModule>
</Directory>
{% if env == "staging" %}
<Directory /mnt/web/attachments>
Options SymLinksIfOwnerMatch
AllowOverride None
Require all granted
</Directory>
{% endif %}