How do I configure asterisk to host my flask application

I have a small flask application that I would like to run using the asterisk mini http server. The server is running. But where do I configure it, to host my flask application?

if the http server is enabled and the bind port

I think you can move your files to http://<server_ip>:/static , but why use asterisk http server instead of apache what are you trying to do ?

Note that the Asterisk HTTP server has no support for executing Python apps, PHP, etc. It strictly serves files, such as HTML.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.