Hi Folks,
I've just installed Pi-Hole on my NAS/Server.
However, I have my own (local) webpage that I use to manage my content.
This webpage is also using the [IP]/admin page and for some reason is being favoured instead of pihole.
Expected Behaviour:
Going to "[IP]/admin" shows the admin page of pihole.
Actual Behaviour:
It shows my own (local) webpage.
Debug Token:
I'd rather not at this point, unless specifically required.
The local content management webpage is actually made by a friend of mine and I don't want to alter it (since I want to stay compatible to his project).
A valid solution would be:
192.168.2.10/admin (content management admin page)
192.168.2.10/pihole/admin (pihole admin page)
Or simply
192.168.2.10/admin (content management admin page)
192.168.2.10:1234/admin (pihole admin page)
I'm running NGINX as a webserver.
I'm thinking pihole should be under /srv/http/pihole and /etc/nginx/sites-available should have a configuration file for pihole on another port.
However, I'm not quite sure how I would go about this manually, the setup script seems to set up a lot of other things and I don't even know where the root of pihole is set. (or why it's not in the /srv/http folder