it is possible to rewrite a url and use a proxy server for backgound connection?
An example, I want to use this URL my.domain.org/demo
on my proxy server and redirect this into the root directory of my tomcat on another server with proxy_pass my.tomcat.local
.
The url must be place my.domain.org/demo
and must used the proxy url my.tomcat.local
(without any subdomains).
Is this hook possible?
Thanks !!!!