documentation inconsistent with file structure

This commit is contained in:
Edward Granger 2016-06-07 16:07:49 -04:00
parent 49aac21945
commit ea87f60b29
1 changed files with 2 additions and 2 deletions

View File

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