update caddyfile for local pihole
This commit is contained in:
parent
ad5fe9860f
commit
ed48df3304
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue