Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum number of domains that can be assigned to one Heroku app?

Tags:

heroku

dns

I am discussing a project with a client who wants his users to access the app via their own domain name if they so choose…

Is there a limit on the number of custom domains that can be assigned to one Heroku application?

like image 233
Mike Avatar asked Apr 02 '13 20:04

Mike


People also ask

How many sites can you host on Heroku?

A single app can have up to 1,000 custom domains assigned to it.

How many users can a Heroku app handle?

Heroku Routers limit the number of active requests per dyno to 50. There is no coordination between routers, however, so this request limit is per router.


3 Answers

There's no limit to the number of domains you can add on an app, from the docs:

You can add any number of domains to a single app
like image 115
friism Avatar answered Sep 25 '22 14:09

friism


The Heroku docs now state a limit of 1,000 custom domains per app.

like image 26
dthgs Avatar answered Sep 22 '22 14:09

dthgs


The limit is now 10,000 custom domains per-app, according to Heroku's docs.

like image 44
Rusk Avatar answered Sep 21 '22 14:09

Rusk