On EL, enable httpd_setrlimit.
This commit is contained in:
parent
69ec1e9dde
commit
603518e5bd
|
@ -10,5 +10,11 @@
|
|||
persistent: yes
|
||||
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
|
||||
|
||||
- name: Give nginx the ability to set RLIMIT_NOFILE
|
||||
seboolean:
|
||||
name: httpd_setrlimit
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
when: ansible_distribution_file_variety == "RedHat"
|
||||
tags: nginx
|
||||
|
|
Loading…
Reference in New Issue