Point domain to docker container

dpnmw

Verified User
Joined
Dec 6, 2023
Messages
7
Hi, I'm using Apache+Nginx web server and got a docker application http traffic on port 8040 and https traffic on 8443 and want to proxy the address doc.tld.com which has an A record on my server to the docker container.

What is the best way to achieve this?

Do i need to add the domain on directadmin or do I have to edit nginx.conf and httpd.conf files if so which one and how can I proxy pass the traffic effectively for all browser paths/directories under the docker application example doc.tld.com/new doc.tld.com/update without a ssl warning
 
Back
Top