e.g. Main server runs nginx and checks http request hostname. If hostname matches exampleX.com - redirects to needed local server with its own nginx on board. Local server returns page content. Is it real and how can i build this?
Asked
Active
Viewed 132 times
apache
flavor: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html – Panki Jul 21 '21 at 09:43