Make this work in prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f9a0e1afd7
commit
53d0c7517b
1 changed files with 0 additions and 2 deletions
|
@ -18,10 +18,8 @@ Alias /{{ wikipath }} /srv/web/{{ wikiname }}-wiki/index.php
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
{% if env == "staging" %}
|
|
||||||
<Directory /mnt/web/attachments>
|
<Directory /mnt/web/attachments>
|
||||||
Options SymLinksIfOwnerMatch
|
Options SymLinksIfOwnerMatch
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
{% endif %}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue