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.
NodeJS で SaaS アプリを構築し、Express フレームワークを使用しています。Web サイトの個々のメンバーには、ログインするためのカスタム サブドメインの URL があります。
たとえば、ABC Corp という会社が にログインしabc.example.com、Sony という別の会社が にログインするとします。sony.example.com
abc.example.com
sony.example.com
複数のサブドメインを同じアプリ インスタンスにリダイレクト/ルーティングする方法を教えてください。