I'd like to serve several applications from the same server through nginx. I'd like these applications to be available through a single domain name with sub-uris.
e.g.
www.mydomain.com/fuel/controller/method=> some fuelphp apps;
www.mydomain.com/something-else/...=> another php framework or java ...