Created
August 23, 2019 00:19
-
-
Save davetrux/87ffffe5ed588457c31cbba5e893538d to your computer and use it in GitHub Desktop.
SELinux allow Localhost for nginx to reverse proxy docker containers
This file contains 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
sudo setsebool httpd_can_network_connect 1 -P |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment