Skip to content
Snippets Groups Projects
Commit 32cc0634 authored by Byron Biggs's avatar Byron Biggs
Browse files

NginX permission changes

parent 7b9a8fa2
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,10 @@ sudo dnf install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx
# Configure SELinux to allow NGINX to connect to network ports
echo "=== Configuring SELinux for NGINX ==="
sudo setsebool -P httpd_can_network_connect 1
# Configure NGINX as reverse proxy for Spring Boot
echo "=== Configuring NGINX as reverse proxy ==="
cat << EOF > /etc/nginx/conf.d/springboot.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment