Feasible to run another Express app on the same server as Ghost to do things like a simple Stripe Payment API?

Just wondering high-level if Ghost would play nice with this. If I run a second Node App on my VPS that manages Stripe through their API, powered by Express, would Ghost respect the URL paths? I suppose I could also run it on a subdomain.

Since you’re trying to run a second node application, you need to modify your nginx configuration rather than your Ghost configuration