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

This commit is contained in:
Masen Furer 2023-08-31 09:47:29 -07:00 committed by GitHub
parent 99843d98af
commit c381225747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }