update README
This commit is contained in:
parent
6d0ca91b68
commit
eeeedc24a7
1 changed files with 14 additions and 3 deletions
11
README.org
11
README.org
|
|
@ -111,3 +111,14 @@
|
||||||
# Set this to 'true' to allow uploads to this directory
|
# Set this to 'true' to allow uploads to this directory
|
||||||
upload = false
|
upload = false
|
||||||
#+end_src
|
#+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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue