I have installed Nexus Repo in my Ubuntu server, I was able resolve IP address to custom domain.
Now if I want to access the repo I would do the below
http://example.com:8081
I dont want to specify the port in the URL, I need to know, how can I use port 80 or 443 that browser defaults to. Currently Port 80 is being used by nginx server. I tried changing the port of nginx to different port and then changed the nexus port to 80 but Nexus is throwing error and failed to bind to port 80 or 443.
Is there a way to do it? my nexus repo should open if I just provide my domain name
http://example.com