New
- WebUI: added new ACL
notify
config to WebUI config editor - Entrypoint:
not_found
rule to customize non-existent routes behaviors, e.g.entrypoint: rules: not_found: - name: default do: proxy http://other-proxy:8080 # pass over to another reverse proxy - on: host css.domain.com do: serve /app/static/ # serve static files
Changes
- Further optimized performance
Fixes
- Config: fixed
unknown field
error for some valid fields