Reverse proxy question

Jinesh

Well-Known Member
#1
Hi,

Trying the enterprise 2cpu atm. Trying to replicate a nginx/apache combo which utilises some reverse proxying of folders to multiple app servers.

So www.example.com shop goes to another php shop vm server. .com/news to a rails app, you get the idea.

Each of these 'proxied' apps run thinking they are the root i.e. they work on /.
https://100001.onl/ https://1921681254.mx/
Nginx can reverse proxy these fine and I believe litespeed can too. I've set up the proxy as webserver in external app etc and it does indeed proxy, but retains the folder/uri.
 
Last edited:
Top