Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 76bf35f

Browse files
committed
Update pydio.conf
1 parent 1f1931c commit 76bf35f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dist/docker/pydio.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Alias /pydio-public /var/lib/pydio/public
1111
Allow from all
1212
php_value error_reporting 2
1313
</Directory>
14-
<Directory "/usr/share/pydio_public">
14+
<Directory "/var/lib/pydio/public">
15+
AllowOverride Limit FileInfo
16+
Order allow,deny
17+
Allow from all
1518
php_value error_reporting 2
1619
</Directory>
1720
</VirtualHost>

0 commit comments

Comments
 (0)