evoadmin-mail: allow Expires rules in .htaccess

This commit is contained in:
Victor LABORIE 2018-01-27 23:28:46 +01:00
parent 0f12501760
commit ed81597b06
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<Directory {{ evoadminmail_document_root }}/htdocs/>
#Options Indexes SymLinksIfOwnerMatch
Options SymLinksIfOwnerMatch
AllowOverride AuthConfig Limit FileInfo
AllowOverride AuthConfig Limit FileInfo Indexes
Require all granted
</Directory>