mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #135] How do you persist two subdomains in the tunnel.yml file? #83
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carlosap6576 on GitHub (Aug 2, 2021).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/135
Question: if you wanted to keep the same domain for differnt apps how would you set the tunnel.yml config file? for example:
http://domain/uphost
http://domain/trivial
The uphost and trivial are two different apps (running in different ports of the server), but I would like to keep the same "domain" name so the user feel like they are leaving the site. I think this is probably a config setup.
Does this reverse proxy supports that feature?
Love to donate to author.
@hons82 commented on GitHub (Aug 3, 2022):
That's currently not possible. Tunnel are identified by subdomains. I guess in that case you'd need to use maybe an nginx and cunfigure that to forward them accordingly