From 08422708dc6fbb9e7fb6c21d172c7ec1232ffb91 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 3 May 2023 15:12:02 -0400 Subject: Forgot one command --- static/articles/flaskwebsite/flaskwebsite.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') diff --git a/static/articles/flaskwebsite/flaskwebsite.md b/static/articles/flaskwebsite/flaskwebsite.md index 2dcaac7..0e9a70e 100755 --- a/static/articles/flaskwebsite/flaskwebsite.md +++ b/static/articles/flaskwebsite/flaskwebsite.md @@ -112,6 +112,8 @@ Now you will need to run the following commands: sudo systemctl daemon-reload sudo systemctl enable yourapp sudo systemctl start yourapp + +sudo setsebool -P httpd_can_network_connect 1 At this point when you navigate to your website, it should load. -- cgit v1.2.3