Răsfoiți Sursa

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

Masen Furer 1 an în urmă
părinte
comite
c381225747
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docker-example/Caddyfile

+ 1 - 1
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
 }