Set SELinux to allow remote connections for HTTP
Code:
setsebool -P httpd_can_network_connect=1
That’s all there is to it.
Set SELinux to allow remote connections for HTTP
Code:
setsebool -P httpd_can_network_connect=1
That’s all there is to it.
You must be logged in to post a comment.