HTTPS-Proxy redirect vdir

hi everyone, I would like to understand if it is possible to do what I describe.
on the public FireboxV site https://cloud.workers.it/
using SNAT (ip public-> 10.0.0.1)
I have a web server (IIS) IP 10.0.0.1 in DMZ with various VDIRs
-> demo.cweb
-> demo.product
-> Client
-> download
-> doc
by calling url https://cloud.workers.it or
https://cloud.workers.it/demo.cweb ../client always replies 10.0.0.1

I can do this

https://cloud.workers.it/demo.cweb (new ip 10.0.0.3)
https://cloud.workers.it/demo.product (old ip 10.0.0.1)
https://cloud.workers.it/doc (new ip 10.0.0.3)

if yes how

Comments

Sign In to comment.