docs(readme) server nginx: limit of uploading data

This commit is contained in:
coderaiser 2013-09-30 11:12:40 +03:00
parent 14d01c1c86
commit a6d1631ae5

View file

@ -230,6 +230,12 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available
/etc/init.d/nginx restart
```
If you will want to upload files, you should add next line in **http** section of **nginx.conf**:
```
#limit of uploading data
client_max_body_size 100m;
```
To run Cloud Commander as daemon in linux you could set **log** to true in config and
do something like this: