diff options
| -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. |
