From c381225747bb63022bc21a376e5d36a0035c7067 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Thu, 31 Aug 2023 09:47:29 -0700 Subject: [PATCH] Caddyfile: reflex uses `/_event` and `/_upload` now (#1726) --- docker-example/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-example/Caddyfile b/docker-example/Caddyfile index 8945e7951..3ab6b0815 100644 --- a/docker-example/Caddyfile +++ b/docker-example/Caddyfile @@ -2,7 +2,7 @@ encode gzip -@backend_routes path /event/* /upload /ping +@backend_routes path /_event/* /_upload /ping handle @backend_routes { reverse_proxy app:8000 }