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.
2 つの異なるアプリケーション (nginx & haproxy) が同じポートで異なるホスト名をリッスンすることは可能ですか?
すなわち:
ハプロキシ:
frontend incoming_http bind www.freinds.com:80
nginx:
server { listen 80; server_name www.spelling.com; }