mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(readme) server nginx: limit of uploading data
This commit is contained in:
parent
14d01c1c86
commit
a6d1631ae5
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue