From d7edb90e78116640891c52885449da2795749650 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 2 Aug 2024 23:31:29 +0200 Subject: [PATCH] remove spacing --- caddy/Caddyfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +}