From f971d7fd418007f3189505bdb4752eaa8f11b6a7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 22 Feb 2024 15:09:52 +0100 Subject: [PATCH] Update caddyfile --- Docs/ServerConfig/cache/Caddyfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Docs/ServerConfig/cache/Caddyfile b/Docs/ServerConfig/cache/Caddyfile index 7a878bcdc..b818fae82 100644 --- a/Docs/ServerConfig/cache/Caddyfile +++ b/Docs/ServerConfig/cache/Caddyfile @@ -3,11 +3,12 @@ cache.mapcomplete.org { to http://127.0.0.1:2345 } - reverse_proxy /* { - to http://127.0.0.1:7800 - } - reverse_proxy /extractgraph { to http://127.0.0.1:2346 } + + reverse_proxy /* { + to http://127.0.0.1:7800 + } + }