- Fix RedisCache driver to handle MGET failures gracefully with fallback - Add comprehensive discovery context comparison debug tools - Identify root cause: WEB context discovery missing 166 items vs CLI - WEB context missing RequestFactory class entirely (52 vs 69 commands) - Improved exception handling with detailed binding diagnostics
13 lines
236 B
YAML
13 lines
236 B
YAML
---
|
|
# Log Rotation Configuration for Nginx
|
|
|
|
- name: Configure nginx log rotation
|
|
template:
|
|
src: nginx-logrotate.j2
|
|
dest: /etc/logrotate.d/nginx
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|
|
tags:
|
|
- nginx
|
|
- logging |