summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2023-05-03 15:12:02 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2023-05-03 15:12:02 -0400
commit08422708dc6fbb9e7fb6c21d172c7ec1232ffb91 (patch)
treeb99b8db6866300b9406d89f9b330e239e4cd50e3 /static
parentaf5e9c1bc13fe76d27621f226fd3cba65894ed0f (diff)
Forgot one command
Diffstat (limited to 'static')
-rwxr-xr-xstatic/articles/flaskwebsite/flaskwebsite.md2
1 files changed, 2 insertions, 0 deletions
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
</pre></code>
At this point when you navigate to your website, it should load.