Add handler_order global config in caddyfile

Matt Holt 2019-08-22 14:33:08 -06:00
parent b658029472
commit 2e479f6003

@ -439,8 +439,11 @@ Simply create a server block with no keys to specify such global options. The fo
```
{
http_port <port>
https_port <port>
http_port <port>
https_port <port>
handler_order appearance|<directives...> {
<directives...>
}
}
```