Allow everythin under /var/lib/ajaxplorer (tmp for example is also needed)

This commit is contained in:
Daniel Berteaud 2013-10-03 12:44:51 +02:00
parent ad60e37425
commit 60f81967b2
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Alias /ajxppub /var/lib/ajaxplorer/public
<IfModule mod_xsendfile.c>
XSendFile on
XSendFilePath /home/e-smith/files/shares
XSendFilePath /var/lib/ajaxplorer/public
XSendFilePath /var/lib/ajaxplorer
XSendFilePath /home/e-smith/files/users
</IfModule>
</Directory>
@ -60,7 +60,7 @@ $alias
<IfModule mod_xsendfile.c>
XSendFile on
XSendFilePath /home/e-smith/files/shares
XSendFilePath /var/lib/ajaxplorer/public
XSendFilePath /var/lib/ajaxplorer
XSendFilePath /home/e-smith/files/users
</IfModule>
</Directory>