Hello
One question about web2py custom domain setup :
On $12 plan, can I one webapp with two applications inside, and have two domains pointing on each webapp For example : WebApp |_ MyApp1 (www.myapp1.com) |_ MyApp2 (www.myapp2.com) (routing is done using WebApp\routes.py file
or should I have one app per domain?
WebApp1 |__ MyApp1 (www.myapp1.com)
WebApp2 |__ MyApp2 (www.myapp2.com)
Thank you