python - Run multiple Flask apps on the same domain -
i want run several flask apps such that...
mydomain.com
running 1 app in 1 directory.
mydomain.com/app1
running app in directory.
mydomain.com/app2
running third app in third directory.
i want avoid having have url structure app1.mydomain.com
is possible under apache?
Comments
Post a Comment