From b1c04b348443e4c75459b4612dfe2b3adfe455cc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jul 2023 10:55:41 +0200 Subject: Only match requests to correct hostname --- Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index df931b5..f69b86c 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,13 +1,14 @@ { admin off persist_config off + http_port 8080 } :9091 { metrics } -:8080 { +http://alanpearce.eu { root * {$SITE_ROOT} file_server { precompressed br zstd gzip -- cgit 1.4.1