Merge pull request #26 from dlion/patch-1

Update doc
This commit is contained in:
Andy Dawson 2013-12-01 06:49:55 -08:00
commit 742e9a262a
1 changed files with 10 additions and 0 deletions

View File

@ -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