Fix the httpd_setrlimit value.
This commit is contained in:
parent
603518e5bd
commit
f9661dba71
|
@ -13,7 +13,7 @@
|
|||
- name: Give nginx the ability to set RLIMIT_NOFILE
|
||||
seboolean:
|
||||
name: httpd_setrlimit
|
||||
state: yes
|
||||
state: 1
|
||||
persistent: yes
|
||||
|
||||
when: ansible_distribution_file_variety == "RedHat"
|
||||
|
|
Loading…
Reference in New Issue