mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 01:08:47 +02:00
chore: update config example about new not_found rule
This commit is contained in:
@@ -79,6 +79,13 @@ entrypoint:
|
|||||||
stdout: false # (default: false)
|
stdout: false # (default: false)
|
||||||
keep: 30 days # (default: 30 days)
|
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:
|
providers:
|
||||||
# include files are standalone yaml files under `config/` directory
|
# include files are standalone yaml files under `config/` directory
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user