From f44d0305a0ca6b1dc107d8b00a73703763343a63 Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Wed, 8 Jun 2016 10:06:16 +0200 Subject: [PATCH] Add a failing example --- doc/getting-started.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index f1c4989..eb7fbac 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -47,7 +47,14 @@ Check your config before trying to start nginx: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful -You will need to address any problems mentioned before continuing. +If you see: + + nginx -t + nginx: the configuration file /etc/nginx/nginx.conf syntax is ok + nginx: [emerg] open() "/usr/share/nginx/log/access.log" failed (2: No such file or directory) + nginx: configuration file /etc/nginx/nginx.conf test failed + +Or similar, there is still a problem to resolve before continuing. ## Creating a site definition