mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
docs: Updates for Caddy v2.4.4 (#189)
* docs: Updates for Caddy v2.4.4 * Adjust wording * Clarify HTTPS proxy usage, reorder lb policies for clarity * Reorder directives, add comments
This commit is contained in:
parent
83fdd80db1
commit
3dac36ebc8
10 changed files with 119 additions and 50 deletions
|
@ -83,29 +83,33 @@ header
|
|||
request_body
|
||||
|
||||
redir
|
||||
rewrite
|
||||
|
||||
# URI manipulation
|
||||
rewrite
|
||||
uri
|
||||
try_files
|
||||
|
||||
# middleware handlers; some wrap responses
|
||||
basicauth
|
||||
request_header
|
||||
encode
|
||||
push
|
||||
templates
|
||||
|
||||
# special routing & dispatching directives
|
||||
handle
|
||||
handle_path
|
||||
route
|
||||
push
|
||||
|
||||
# handlers that typically respond to requests
|
||||
abort
|
||||
error
|
||||
respond
|
||||
metrics
|
||||
reverse_proxy
|
||||
php_fastcgi
|
||||
file_server
|
||||
acme_server
|
||||
abort
|
||||
error
|
||||
```
|
||||
|
||||
You can override/customize this ordering by using the [`order` global option](/docs/caddyfile/options) or the [`route` directive](/docs/caddyfile/directives/route).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue