This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Error 413 nextcloud #2023
Answered
by
Citroene
Citroene
asked this question in
Help Needed
Error 413 nextcloud
#2023
-
Hi everyone, When i upload a file with the nextcloud sync app i get this error
The file is only 5,95MB big? How can is fix this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
Citroene
Nov 11, 2023
Replies: 1 comment
-
i found the solution. nano /etc/nginx/nginx.conf |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Citroene
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i found the solution.
nano /etc/nginx/nginx.conf
go to client_max_body_size 1m;
change "1" to "0"