We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1dda41 + 404b3e7 commit f6bdfebCopy full SHA for f6bdfeb
.htaccess
@@ -102,10 +102,8 @@
102
# Here are more information about the issue:
103
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
104
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
105
-<IfModule setenvif.c>
106
- <Location "/remote.php">
107
- SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
108
- </Location>
+<IfModule mod_setenvif.c>
+ SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
109
</IfModule>
110
111
AddDefaultCharset utf-8
0 commit comments