mirror of
https://github.com/caddyserver/caddy.git
synced 2025-08-07 09:04:04 -04:00
Add handler_order global config in caddyfile
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>
|
http_port <port>
|
||||||
https_port <port>
|
https_port <port>
|
||||||
|
handler_order appearance|<directives...> {
|
||||||
|
<directives...>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user