After updating to pihole v6, everything seems to have worked perfectly so far.
Today I carried out the latest DietPi update and probably made a crucial mistake. A message regarding lighttp and php appeared, at least in the temporal context, and I may have mistakenly deselected both options.
Now my Pihole dashboard no longer seems to work.
A pihole -r with “repair ‘as well as ’reconfigure” did not solve the problem.
Is there still a way to bring the dashboard back to life without reinstalling?
As I am waiting for more Pihole, what would be the correct choice?
So that the whole thing is not even necessary, what should you correctly select or deselect when the query for lighttpd and php appears, or do you always have to intervene because of the update of pihole?
basically should be working according PiHole docs (not sure if they are already updated to reflect changes on v6)
Do you use a web server with SSL/https enabled already? If yes you can use it as revers proxy. If not, you can enable https within PiHole configuration (web interface or command line).
Hello, after updating dietpi 9.11.2 and pihole v6, I lost external access via reverse proxy.
I use nginx and I used to access it >> https://myproxyreverse/admin/
Now I can only access it through my internal address >>> http://192.168..***:8089/admin/login
How can I use reverse proxy via subfolder again for pihole?
You need to change your proxy to forward to the PiHole own web server using port 8089.
Anyway I don’t think you really setup a reverse proxy. Because on PiHole v5, it was accessible via web server directly without a special proxy configuration. Something you would need to add now.
Thank you very much, I was searching on the internet and tried some conf files and they gave an error in nginx, I was already thinking about using a tunnel in cloudfare for my external access, your settings worked perfectly.