Initial
This commit is contained in:
13
roles/nginxinc.nginx_unit/defaults/main/selinux.yml
Normal file
13
roles/nginxinc.nginx_unit/defaults/main/selinux.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
# Set SELinux enforcing for NGINX Unit (Centos/Redhat only) - you may need to open ports on your own
|
||||
nginx_unit_selinux: false
|
||||
# Enable enforcing mode if true. Permissive if false (audit only, no enforcing) globally (only works with nginx_unit_selinux: true)
|
||||
nginx_unit_selinux_enforcing: true
|
||||
# List of TCP ports to add to http_port_t type (80 and 443 have this type already)
|
||||
# nginx_unit_selinux_tcp_ports:
|
||||
# - 80
|
||||
# - 443
|
||||
# List of UDP ports to add to http_port_t type
|
||||
# nginx_unit_selinux_udp_ports:
|
||||
# - 80
|
||||
# - 443
|
Reference in New Issue
Block a user