diff --git a/doc/getting-started.md b/doc/getting-started.md index 2adb5bc..473e436 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -34,16 +34,6 @@ where logs should be stored: // /etc/nginx/nginx.conf 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: cd /etc/nginx