diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 5dc0f62..0ddc032 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -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 } -} \ No newline at end of file +}