1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-28 19:47:23 +01:00

fix downloading dotfiles through ownCloud's webdav

fixes #414
This commit is contained in:
Joshua Tauberer
2015-05-30 18:03:37 +00:00
parent 49aa367ffa
commit a0e6c7ceb6
2 changed files with 15 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
# /cloud/index.php/apps/files/
# /cloud/index.php/apps/files/ajax/scan.php (it's really index.php; see 6fdef379adfdeac86cc2220209bdf4eb9562268d)
# /cloud/ocs/v1.php/apps/files_sharing/api/v1 (see #240)
# /cloud/remote.php/webdav/yourfilehere...
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/local/lib/owncloud/$2;
fastcgi_param SCRIPT_NAME $1$2;