Você precisa de um servidor da web de front-end que atue como um proxy reverso que encaminha solicitações com base no cabeçalho HTTP Host
. O front end pode ser um servidor separado ou um dos servidores existentes.
O servidor Apache HTTPD tem um mod_proxy module
que pode ser usado para isso.
Google pula algum exemplo aleatórioA reverse proxy (or gateway), by contrast, appears to the client just like an ordinary web server. No special configuration on the client is necessary. The client makes ordinary requests for content in the name-space of the reverse proxy. The reverse proxy then decides where to send those requests, and returns the content as if it was itself the origin.