-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appsec breaks uploading of large files to Nextcloud #71
Comments
Hello, So that we can investigate, how large are the files you are attempting to upload ? The messages Analysing requests with huge files can be problematic, there's not much we can do if we need to handle 1GB of data for example. |
The file I was trying to upload over 4GB, but I can reproduce this with a ~1GB file too. |
Hey were you able to come up with a workaround for this? I am also facing this exact same issue. |
Nope. I had to turn off appsec for Nextcloud. |
Is there a way to turn it off specifically for one proxy host in npmplus? Or did you have to turn off appsec for your entire npmplus install? |
You can either turn off appsec for your entire install or turn off modsec (which includes appsec) for one proxy host. |
Hi. I'm using NPMplus as a reverse proxy for my Nextcloud installation - it includes this bouncer with appsec features.
When I enable appsec and try to upload a large file using WebDAV, I get errors like this in my log:
And the memory usage goes like this:
I can't use appsec due to this.
I was directed here by NPMplus' developer from here ZoeyVid/NPMplus#873
The text was updated successfully, but these errors were encountered: