Skip to content

Instantly share code, notes, and snippets.

@fuxingloh
Created April 23, 2016 14:44
Show Gist options
  • Select an option

  • Save fuxingloh/cb134364e8f9af4c17b2fcbdd011669f to your computer and use it in GitHub Desktop.

Select an option

Save fuxingloh/cb134364e8f9af4c17b2fcbdd011669f to your computer and use it in GitHub Desktop.
SeLinux Nginx Proxy Pass
# 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