hello, I have an existing static website (generated by jekyll):
domain.com domain.com/blog and then I have some web2py apps served under sub-domains: sales.domain.com contact.domain.com For various reasons I want the web2py apps served alongside the static part under sub-directories: domain.com/sales domain.com/contact How would you suggest achieving this? Currently both parts are served by nginx. Richard

