From d0c09b628bd474062a63fd59a9708ce6033be924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Engl=C3=B6f=20Ytterstr=C3=B6m?= Date: Tue, 3 Sep 2024 12:01:33 +0200 Subject: [PATCH] Fix wrong port number in Caddyfile --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index ea852c0..052dd58 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,4 @@ placeany.site { encode zstd gzip - reverse_proxy http://localhost:5099 + reverse_proxy http://localhost:8080 }