update caddyfile for local pihole

This commit is contained in:
Mika Bomm 2024-08-02 23:28:33 +02:00
parent ad5fe9860f
commit ed48df3304

View file

@ -59,3 +59,11 @@ http://192.168.178.230 {
:81 {
respond "Hello, World!"
}
http://pihole.local {
handle_path /* {
rewrite * /admin{path}
reverse_proxy 192.168.178.244
}
}