Add note about default log files [ci skip] (#1840)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-12-20 08:44:21 -03:00 committed by GitHub
parent 5eb679812c
commit e0d4dd471d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,11 +128,15 @@ _References:_
## access-log-path
Access log path. Goes to '/var/log/nginx/access.log' by default.
Access log path. Goes to `/var/log/nginx/access.log` by default.
**Note:** the file `/var/log/nginx/access.log` is a symlink to `/dev/stdout`
## error-log-path
Error log path. Goes to '/var/log/nginx/error.log' by default.
Error log path. Goes to `/var/log/nginx/error.log` by default.
**Note:** the file `/var/log/nginx/error.log` is a symlink to `/dev/stderr`
_References:_
- http://nginx.org/en/docs/ngx_core_module.html#error_log