Files
configpolicy/roles/nginx/templates
Dustin C. Hatch 61a4f64bbb r/nginx: Fix disabling access/error log files
It turns out _nginx_ has a built-in default value for `access_log` and
`error_log`, even if they are omitted from the configuration file.  To
actually disable writing logs to a file, we need to explicitly specify
`off`.
2025-07-14 16:11:35 -05:00
..