[mailman3] Use httpd_can_network_relay as it's more secure
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
826fd32330
commit
3d52a247d8
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@
|
|||
|
||||
- name: Allow Apache to remotely connect to gunicorn
|
||||
ansible.posix.seboolean:
|
||||
name: httpd_can_network_connect
|
||||
name: httpd_can_network_relay
|
||||
state: yes
|
||||
persistent: yes
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue