-
- Downloads
nginx: Log to syslog by default
Suppress nginx's stdout/stderr because it's not possible to stop nginx from logging to stderr once it has been enabled, and it's enabled by default (via compilation option). Move the error_log to the root context as it applies to more than http. The logrotate setup installed by nginx doesn't actually rotate the text log files we've been using. planet and sources roles still install configs that use text log files.
roles/nginx/files/nginx.service.d
0 → 100644
Please register or sign in to comment