diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 15:12:02 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2023-05-03 15:12:02 -0400 |
| commit | 08422708dc6fbb9e7fb6c21d172c7ec1232ffb91 (patch) | |
| tree | b99b8db6866300b9406d89f9b330e239e4cd50e3 | |
| parent | af5e9c1bc13fe76d27621f226fd3cba65894ed0f (diff) | |
Forgot one command
| -rwxr-xr-x | static/articles/flaskwebsite/flaskwebsite.md | 2 |
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. |
