Last active
April 16, 2020 05:58
-
-
Save Nurlan199206/937b8d7e14c0373ae6d53fec864daa15 to your computer and use it in GitHub Desktop.
SELinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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