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

Merge branch 'revert-32cc0634' into 'main'

Revert "NginX permission changes"

See merge request !4
parents c086cfcc feb6a20e
No related branches found
No related tags found
1 merge request!4Revert "NginX permission changes"
......@@ -136,10 +136,6 @@ 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