File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ nginx_agent_configure: false
37
37
# ca: /path/to/ca
38
38
39
39
# Specify the log level and path.
40
- # Default is info for the log level and /var/log/nginx-agent.log for the log path.
40
+ # Default is info for the log level and /var/log/nginx-agent/ for the log path.
41
41
nginx_agent_log :
42
42
level : info
43
- path : /var/log/nginx-agent.log
43
+ path : /var/log/nginx-agent/
44
44
45
45
# Specify NGINX specific options within NGINX Agent.
46
46
# Default is to not exclude any logs, to use the default socket path and to not treat warnings as errors.
Original file line number Diff line number Diff line change 46
46
- name : (Handler) Start NGINX Agent
47
47
ansible.builtin.service :
48
48
name : nginx-agent
49
- state : reloaded
49
+ state : restarted
50
50
enabled : true
51
51
52
52
- name : (Handler) Start logrotate
You can’t perform that action at this time.
0 commit comments