nginx-unit/handlers/main.yml

11 lines
235 B
YAML
Raw Normal View History

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