update README

This commit is contained in:
Denis Lehmann 2022-04-24 21:44:16 +02:00
parent 6d0ca91b68
commit eeeedc24a7

View file

@ -111,3 +111,14 @@
# Set this to 'true' to allow uploads to this directory
upload = false
#+end_src
** Troubleshooting
The filesize which can be uploaded may be limited by your web server.
When using /Nginx/ for example, the following configuration parameter can be used to increase the upload files size:
: client_max_body_size 100M;
Are you getting internal server errors?
Check the directory permissions.
The user which runs /raincloud/ must have at least =read= permissions to allow downloads and =execute= permissions to allow uploads.