aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 2 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 102b11236be..f6474c8dbca 100644
--- a/.htaccess
+++ b/.htaccess
@@ -102,10 +102,8 @@
# Here are more information about the issue:
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
-<IfModule setenvif.c>
- <Location "/remote.php">
- SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
- </Location>
+<IfModule mod_setenvif.c>
+ SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</IfModule>
AddDefaultCharset utf-8