From 4f7f285f45b16793938ee21c3183e3424fe92589 Mon Sep 17 00:00:00 2001 From: Domenico Leone Luciani Date: Sat, 30 Nov 2013 16:10:39 +0100 Subject: [PATCH] Update doc Because nginx doesn't start without fix access_log path. --- doc/getting-started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index a4f758a..03f2695 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -34,6 +34,16 @@ where logs should be stored: // /etc/nginx/nginx.conf error_log /var/log/nginx/error.log warn; +And: + + // /etc/nginx/h5bp/expires.conf + access_log logs/static.log; + +To: + + // /etc/nginx/h5bp/expires.conf + access_log /var/log/nginx/static.log; + Or, setup a symlink to point at the right place: cd /etc/nginx