Now irrelevant

This commit is contained in:
Andy Dawson 2016-06-08 10:01:27 +02:00
parent b8fdd45542
commit bcdb8cd2bf
1 changed files with 0 additions and 10 deletions

View File

@ -34,16 +34,6 @@ where logs should be stored:
// /etc/nginx/nginx.conf // /etc/nginx/nginx.conf
error_log /var/log/nginx/error.log warn; error_log /var/log/nginx/error.log warn;
And:
// /etc/nginx/h5bp/location/expires.conf
access_log logs/static.log;
To:
// /etc/nginx/h5bp/location/expires.conf
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:
cd /etc/nginx cd /etc/nginx