7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
Logging is now disabled by default. If you want to reënable it, set these options:
|
|
|
|
```
|
|
NGINX_ACCESS_LOG_LOCATION="/dev/stdout"
|
|
NGINX_ERROR_LOG_LOCATION="/dev/stderr"
|
|
```
|