From 4c4ce704baab604a81ea7d6c1f2170793fae25c6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Sep 2013 11:14:08 +0300 Subject: [PATCH] docs(readme) server nginx: nginx.conf -> /etc/nginx/nginx.conf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c456a5d..3a72f07f 100644 --- a/README.md +++ b/README.md @@ -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;