From 90585164920abb8389e812310a4b09d28e807710 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 19 Feb 2024 13:50:06 +0100 Subject: [PATCH] Config --- Docs/ServerConfig/cache/Caddyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/ServerConfig/cache/Caddyfile b/Docs/ServerConfig/cache/Caddyfile index 7aa303a57..b5103b970 100644 --- a/Docs/ServerConfig/cache/Caddyfile +++ b/Docs/ServerConfig/cache/Caddyfile @@ -1,9 +1,9 @@ cache.mapcomplete.org { - reverse_proxy /mvt/* { - to http://127.0.0.1:7800 - } - reverse_proxy /summary/* { to http://127.0.0.1:2345 } + + reverse_proxy /* { + to http://127.0.0.1:7800 + } }