Browse Source

Caddyfile: reflex uses `/_event` and `/_upload` now (#1726)

Masen Furer 1 năm trước cách đây
mục cha
commit
c381225747
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-example/Caddyfile

+ 1 - 1
docker-example/Caddyfile

@@ -2,7 +2,7 @@
 
 
 encode gzip
 encode gzip
 
 
-@backend_routes path /event/* /upload /ping
+@backend_routes path /_event/* /_upload /ping
 handle @backend_routes {
 handle @backend_routes {
 	reverse_proxy app:8000
 	reverse_proxy app:8000
 }
 }