From 2e479f60034befe40cc081522bdecf4d3100ed80 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Thu, 22 Aug 2019 14:33:08 -0600 Subject: [PATCH] Add handler_order global config in caddyfile --- v2:-Documentation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 71e1fb6..0467100 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -439,8 +439,11 @@ Simply create a server block with no keys to specify such global options. The fo ``` { - http_port - https_port + http_port + https_port + handler_order appearance| { + + } } ```