Forums

Mulitple subdomains handled by one app

Is it possible to handle multiple subdomains by one app?

Each customer should have a unique subdomain like this: customer1.example.com, customer2.example.com ...

With our current system that would only really work if you had a small number of customers; each domain name your web app is available on needs to be configured separately on the "Web" tab, and has a separate set of processes running it.

It's easy enough to set those processes up so that they all run the same code, so if you only had, say, three customers, and your process was to add them manually, then it might make sense to do things that way. But it would cost more than having them all on the same domain, because they'd be using up more machine resources.

Ok, thanks for the clarification. I'll just go with another url strategy.