From 046ff8a020f1c0b8b617a7dc3dbc40ff5f5f384f Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 12 Oct 2025 22:02:52 +0800 Subject: [PATCH] chore: update config example about new not_found rule --- config.example.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.example.yml b/config.example.yml index 8800fe79..50857378 100644 --- a/config.example.yml +++ b/config.example.yml @@ -79,6 +79,13 @@ entrypoint: stdout: false # (default: false) keep: 30 days # (default: 30 days) + # customize behavior for non-existent routes, e.g. pass over to another proxy + # + # rules: + # not_found: + # - name: default + # do: proxy http://other-proxy:8080 + providers: # include files are standalone yaml files under `config/` directory #