Return back to Reverse Proxy section
The objective of the paths is to be able to limit, transfer, return requests and content.
A path is the request that the browser will send and not the physical target of the content.
/images/logo.png is considered a path, as well as /resources/documents or /images
The path is basically everything after the domain and the port:
in https://mydomain.com/about/products/resource
path is /about/products/resource
in https://mydomain.com:8080/about/products/resource
path is /about/products/resource
The Paths section can be found by opening the configuration of a reversed website and using the “Paths” tab
Redirects
Security