mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
docs(readme) server nginx: nginx.conf -> /etc/nginx/nginx.conf
This commit is contained in:
parent
a6d1631ae5
commit
4c4ce704ba
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ 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**:
|
||||
If you will want to upload files, you should add next line in **http** section of **/etc/nginx/nginx.conf**:
|
||||
```
|
||||
#limit of uploading data
|
||||
client_max_body_size 100m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue