I am looking for a way to run multiple heroku apps and serve them all under the same domain.
The reason for this is that I would like to shard my users across a number of servers, so that a user account lives on a particular app instance. Each server will have it's own database.
The end effect is that I can push new code to one of the app instances and only users on that server will see the new code.
ラックの書き換えを調べましたが、リクエストを別のサーバーに転送することはできません。
転送先のサーバーに関係なく、ドメイン名を同じままにしておきたいので、リダイレクトは役に立ちません。
それはある意味でプロキシです。
誰にもアイデアはありますか?
ありがとう