Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
herokuを使用して、www.domain.com /folder1およびwww.domain/folder2の他のアプリケーションを実行するにはどうすればよいですか?
Herokuでは実際にそれを行うことはできません。システムはドメインごとに1つのアプリを想定しています。いくつかのオプションがあります。アプリを単一のアプリケーションにマージし、それに応じてルーティングを設定するか、サブドメインapp1.domain.com、app2.domain.comを使用してアプリケーションをホストします。