From dd66e315a7a0ae08305b3c52dfc38cacb1f5ec63 Mon Sep 17 00:00:00 2001 From: Matteo Contrini Date: Sat, 9 Jul 2016 12:19:15 +0200 Subject: [PATCH] docs(help) nginx instructions: correction --- HELP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HELP.md b/HELP.md index a5baa01d..ab444a2c 100644 --- a/HELP.md +++ b/HELP.md @@ -348,7 +348,7 @@ Get [nginx](http://nginx.org/ "nginx"). On Linux it could be done this way: sudo apt-get install nginx #for ubuntu and debian ``` -Than make host file **/etc/nginx/sites-enabled/io.cloudcmd.io** +Then make host file **/etc/nginx/sites-available/io.cloudcmd.io** ( *io.cloudcmd.io* is your domain name) with content: ```sh @@ -406,7 +406,7 @@ server { ```sh # create symlink of this file -ln -s ./sites-enabled/io.cloudcmd.io ./sites-available +ln -s ./sites-available/io.cloudcmd.io ./sites-enabled # restart nginx /etc/init.d/nginx restart ```