Help sub-URIs in Context of type Proxy

#1
I created the configuration for External App in my Virtual Host:
Name * : NodeJS
Address * : localhost:3000

And the configuration for Context with type "Proxy"
URI *: /
Web Server *: [VHost Level]: NodeJS
1602605502578.png

Ok...
When acessing the sub-URI "/foo/bar"
The proxy point to localhost:3000/foo/bar and it's works fine!


--- The Problem ---
But when the configuration URI is modified to "/v1/":
Now, when any URI is accessed, for example: "/foo/bar"
The proxy point to localhost:3000/ (Sub-URI static):
Expected: The proxy point to localhost:3000/v1/foo/bar

1602605139422.png
 
Last edited:
Top