Skip to content

Instantly share code, notes, and snippets.

@Nurlan199206
Last active April 16, 2020 05:58
Show Gist options
  • Save Nurlan199206/937b8d7e14c0373ae6d53fec864daa15 to your computer and use it in GitHub Desktop.
Save Nurlan199206/937b8d7e14c0373ae6d53fec864daa15 to your computer and use it in GitHub Desktop.
SELinux
sestatus -b - показать контексты
setsebool -P haproxy_connect_any=1
setsebool -P httpd_can_network_connect 1 - enable NGINX
sudo cat /var/log/audit/audit.log | grep nginx | grep denied - troubleshooting log SELinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment