Merge pull request #140 from ebgranger/feature/fixing-getting-started-documentation

documentation inconsistent with file structure
This commit is contained in:
Andy Dawson 2016-06-08 09:26:45 +02:00
commit ef96c5599f
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: