21 lines
384 B
YAML
21 lines
384 B
YAML
---
|
|
|
|
nginx_unit_packages:
|
|
- nginx-unitd
|
|
- nginx-unit-php-legacy
|
|
|
|
nginx_unit_control_socket: /run/nginx-unit.control.sock
|
|
nginx_unit_config_path: /var/lib/nginx-unit/conf.json
|
|
|
|
nginx_unit_config: {
|
|
"settings": {
|
|
"http": {
|
|
"header_read_timeout": 10,
|
|
"body_read_timeout": 10,
|
|
"send_timeout": 15,
|
|
"idle_timeout": 120,
|
|
"log_route": true
|
|
}
|
|
}
|
|
}
|