How to redirect to different hosts/ports based on url path? #3524
Replies: 5 comments 1 reply
-
Did you find out the answer? I am also stuck on the same and also unable to access via 443 port |
Beta Was this translation helpful? Give feedback.
-
Esto te puede ayudar, necesitar usar el apartado de custom locations |
Beta Was this translation helpful? Give feedback.
-
Hi, any progress? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am also using the Manager now, but something is not working as expected. I have a host virtual.homenet.org, and I want that all incoming requests are route to http://192.168.1.10:80/application How can I do this? |
Beta Was this translation helpful? Give feedback.
-
I resove this (for me) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example:
www.example.com ----> 192.168.1.1:81
www.example.com/weather ----> 192.168.1.1:82
How could I accomplish the above examples?...thanks.
Beta Was this translation helpful? Give feedback.
All reactions