Created
April 23, 2016 14:44
-
-
Save fuxingloh/cb134364e8f9af4c17b2fcbdd011669f to your computer and use it in GitHub Desktop.
SeLinux Nginx Proxy Pass
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
| # Check Status | |
| sestatus | |
| # Turn it on with -P flag | |
| setsebool -P httpd_can_network_connect on | |
| # Reboot Server to apply change | |
| sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment