I've come back over to the Pi-hole side after a few years using AdGuard Home (for no other reason than I fancied a change). I have Pi-hole running again on one of my Pis, and all is working well.
What I'd like to do next is to replicate the setup I had with AGH, by being able to access Pi-hole using a subdomain of my main domain name. I use Nginx Proxy Manager to setup my proxy hosts. The issue I'm facing is that I can't get it setup correctly...
The Pi's IP address is 192.168.1.100. I have setup a proxy host as being:
Domain Name = pihole.MYDOMAIN.co.uk
Scheme = http
Forward Hostname = 192.168.1.100
Forward Port = 80
But all I get is the lighttpd Welcome Page.
What am I doing wrong? No doubt something completely obvious, but something I can't see...
I had this on my Nginx Proxy Manager as well. My fix was replacing the index page with an automatic redirect to the admin page.
In /var/www/html, replace the contents of "index.lighttpd.html" with the html below. The body isn't strictly necessary, but if your browser blocks the auto redirect it is nice to have.