mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-26 09:12:09 +07:00
🚀 Add core options
This commit is contained in:
committed by
Emilien M
parent
d262ddd79e
commit
c552dd3642
@@ -6,6 +6,8 @@ int_ansible_ssl_dir: '/etc/ansible-ssl'
|
||||
nginx_worker_processes: 1 # Ansible+FreeBSD can't detect CPU number
|
||||
nginx_apt_package: 'nginx-extras'
|
||||
nginx_module_packages: ['libnginx-mod-http-headers-more-filter']
|
||||
nginx_custom_core:
|
||||
- 'worker_rlimit_nofile 4242;'
|
||||
|
||||
nginx_upstreams:
|
||||
- name: 'test'
|
||||
|
||||
Reference in New Issue
Block a user