documentation inconsistent with file structure
This commit is contained in:
parent
49aac21945
commit
ea87f60b29
|
@ -36,12 +36,12 @@ where logs should be stored:
|
||||||
|
|
||||||
And:
|
And:
|
||||||
|
|
||||||
// /etc/nginx/h5bp/expires.conf
|
// /etc/nginx/h5bp/location/expires.conf
|
||||||
access_log logs/static.log;
|
access_log logs/static.log;
|
||||||
|
|
||||||
To:
|
To:
|
||||||
|
|
||||||
// /etc/nginx/h5bp/expires.conf
|
// /etc/nginx/h5bp/location/expires.conf
|
||||||
access_log /var/log/nginx/static.log;
|
access_log /var/log/nginx/static.log;
|
||||||
|
|
||||||
Or, setup a symlink to point at the right place:
|
Or, setup a symlink to point at the right place:
|
||||||
|
|
Loading…
Reference in New Issue