Hello!
I have to tell, that I'm new in Unraid and need your help please, as I wasted almost a week for this task and you are my last hope. I have installed docker and created a container with Nginx Proxy manager. My Unraid server is reachable in LAN via http://nas.local. I would like to make subdomain for each container inside docker to be reachable via name without pointing port number (for example: http://nginx.nas.local opens nginx webGUI (port 7818), http://nextcload.nas.local opens Nextcloud webGUI etc). I have separate DNS server (pihole) as resolver (in my example nas.local = 10.220.0.100 LAN IP and I have added CNAME nginx.nas.local points to nas.local). I have read a lot information about reverse proxy in Nginx but I can't get it work properly. Now both links nas.local and nginx.nas.local opens me unraid webGUI (10.220.0.100:80) that is incorrect. How to point http://nginx.nas.local to 10.220.0.100:7818 (Nginx WebGUI) directly?
Sorry in advance if I have duplicated the question, but I searched for a lot, but couldn't find solution yet