configpolicy/roles/nginx
Dustin 845911dcbd r/nginx: Make logging to files optional
If _nginx_ is configured to send error/access log messages to syslog, it
may not make sense to _also_ send messages to log files as well.  The
`nginx_error_log_file` and `nginx_access_log_file` variables are now
available to control whether/where to send log messages.  Setting either
of these to a falsy value will disable logging to a file.  A non-empty
string value is interpreted as the path to a log file.  By default, the
existing behavior of logging to `/var/log/nginx/error.log` and
`/var/log/nginx/access.log` is preserved.
2024-10-14 12:00:19 -05:00
..
defaults r/nginx: Make logging to files optional 2024-10-14 12:00:19 -05:00
handlers roles/nginx: Add role for nginx 2021-06-29 21:00:46 -05:00
tasks r/nginx: Configure logrotate 2024-09-29 11:20:29 -05:00
templates r/nginx: Make logging to files optional 2024-10-14 12:00:19 -05:00
vars r/nginx: Fix applying on Buildroot systems 2022-08-10 21:55:54 -05:00