I have a simple Stash setup where stash is running on port 7990 and I use httpd with ProxyPass and ProxyPassReverse to redirect access from port 80 to Stash. Works well.
The URL that is shown for a new repository shows http://<user>@localhost:7990/...
How do I get Stash to show the actual URL behind port 80?
Community moderators have prevented the ability to post new answers.
Hi Eldad,
You will also need to configure your server.xml file where your Tomcat <Connectors> are. You can refer to this documentation for more information.
Cheers,
Andrew Er
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.