From a6d1631ae5da09ade2b19f7cfedb284d586ac042 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Sep 2013 11:12:40 +0300 Subject: [PATCH] docs(readme) server nginx: limit of uploading data --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f7b40c95..6c456a5d 100644 --- a/README.md +++ b/README.md @@ -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: