How to redirect to different hosts/ports based on url path? #3524
europacafe
started this conversation in
General
Replies: 3 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.
0 replies
-
Esto te puede ayudar, necesitar usar el apartado de custom locations |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, any progress? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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