I upgraded one of my Pi-hole instances (pihole -up), getting v6.0.6. I knew that here had been a lot of changes, so I had waited until I had a few spare moments to deal with any of the fallout. One of the changes is that Pi-hole now has its own web server… which is fine, but I want it behind nginx. Fortunately, if Pi-hole detects that ports 80/443 are unavailable, it listens on 8080 instead (which you can check with netstat -tunlp). I needed to make a small tweak to my nginx config to deal ...