From ea87f60b29c7e22179ee401439da70a504133ead Mon Sep 17 00:00:00 2001 From: Edward Granger Date: Tue, 7 Jun 2016 16:07:49 -0400 Subject: [PATCH] documentation inconsistent with file structure --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index e3aa167..2adb5bc 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -36,12 +36,12 @@ where logs should be stored: And: - // /etc/nginx/h5bp/expires.conf + // /etc/nginx/h5bp/location/expires.conf access_log logs/static.log; To: - // /etc/nginx/h5bp/expires.conf + // /etc/nginx/h5bp/location/expires.conf access_log /var/log/nginx/static.log; Or, setup a symlink to point at the right place: