mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
docs: Minor improvements / fixes
This commit is contained in:
parent
6f712d4ee4
commit
54592ba4d5
4 changed files with 11 additions and 6 deletions
|
@ -66,16 +66,17 @@ Because matcher tokens all work the same, the various possibilities for the matc
|
|||
Many directives manipulate the HTTP handler chain. The order in which those directives are evaluated matters, so a default ordering is hard-coded into Caddy:
|
||||
|
||||
```
|
||||
root
|
||||
header
|
||||
|
||||
redir
|
||||
rewrite
|
||||
|
||||
root
|
||||
|
||||
uri
|
||||
try_files
|
||||
|
||||
basicauth
|
||||
headers
|
||||
request_header
|
||||
encode
|
||||
templates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue