I expect the pihole admin page to open to the login screen.
Actual Behaviour:
I have this pi-hole configured to use nginx to serve the admin page. I now get a 404 error. I have noticed that /var/www/html/admin now contains an index.lp file (I have no idea what a .lp file does). Is there some way for me to reconfigure nginx to serve this file correctly?
How does the new page serving magic work? Is there documentation somewhere for the new feature? I assume that I'll need to configure pi-hole to use a custom port.
During the upgrade operation, you will be presented with a dialog box asking if you wish to disable lighttpd. Doing so is probably appropriate for most users – unless you are using it to host web pages other than Pi-hole’s, in which case you may choose to keep it enabled. With lighttpd disabled, pihole-FTL will attempt to bind to ports 80 for HTTP and 443 for HTTPS. If there is any conflict on these ports, then it will revert to port 8080 for HTTP.
So I should be able to simply go to http://hostname:8080. Unfortunately, nothing is rendered. Any ideas?