Replies: 1 comment
-
Dupe of #3335 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How can I achieve the following?
Example service structure:
http server:
10.10.10.10:20080
ssh server:
10.10.10.10:20022
What I want to achieve
git.example.com:443
->10.10.10.10:20080
(this works as usual with the reverse proxy)git.example.com:22
->10.10.10.10:20022
(this doesn't seem possible right now?)Some help would greatly be appreciated! Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions