2023-10-05 00:31:23 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Nginx Unit | Load configuration
|
|
|
|
uri:
|
|
|
|
unix_socket: "{{ nginx_unit_control_socket }}"
|
|
|
|
url: http://localhost/config/
|
|
|
|
method: PUT
|
|
|
|
body_format: json
|
|
|
|
src: "{{ nginx_unit_config_path }}"
|
2023-10-05 00:59:43 +03:00
|
|
|
remote_src: yes
|