remove spacing
This commit is contained in:
parent
ed48df3304
commit
d7edb90e78
|
@ -3,7 +3,7 @@
|
|||
#Define default port to reverse proxy on to 81 / 444 since 80 / 443 is already used
|
||||
http_port 81
|
||||
https_port 444
|
||||
|
||||
|
||||
email {$CADDY_ACME_EMAIL}
|
||||
acme_dns porkbun {
|
||||
api_key {$PORKBUN_API_KEY}
|
||||
|
@ -60,10 +60,9 @@ http://192.168.178.230 {
|
|||
respond "Hello, World!"
|
||||
}
|
||||
|
||||
|
||||
http://pihole.local {
|
||||
handle_path /* {
|
||||
rewrite * /admin{path}
|
||||
reverse_proxy 192.168.178.244
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue