Score:0

Docker container is accessible with domain.com:port, not domain.com

za flag

I would like to map a domain (https://something.com) to a docker container running with ports 8080 and 4443. I made these changes to the apache configuration of the domain for https listening:

<Location />
    ProxyPass  https://127.0.0.1:4443/
    ProxyPassReverse https://127.0.0.1:4443/
</Location>

With it, I can access the container only via https://something.com:4443 but I actually want to access it without having to write port 4443 at the end of the domain.

Artur Meinild avatar
vn flag
Did you try and follow the examples in their own [official guide](https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html)?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.