mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-20 05:52:45 +08:00
Add locale plugin directive, update changelog
This commit is contained in:
parent
227664336e
commit
fdb6d64f9d
|
@ -344,6 +344,7 @@ var directives = []string{
|
|||
// directives that add middleware to the stack
|
||||
"log",
|
||||
"gzip",
|
||||
"locale", // github.com/simia-tech/caddy-locale
|
||||
"errors",
|
||||
"minify", // github.com/hacdias/caddy-minify
|
||||
"ipfilter", // github.com/pyed/ipfilter
|
||||
|
|
11
dist/CHANGES.txt
vendored
11
dist/CHANGES.txt
vendored
|
@ -11,11 +11,16 @@ CHANGES
|
|||
- Renamed -directives flag to -plugins
|
||||
- Restarting no longer requires spawning a new process
|
||||
- Removed -restart option
|
||||
- log: New {request} placeholder to dump entire request (sans body)
|
||||
- fastcgi: Env variables now support placeholders
|
||||
- import: Import paths now relative to Caddyfile, not current working dir
|
||||
- log: New {request} placeholder to dump entire request (without body)
|
||||
- markdown: Overhauled; removed site generation features
|
||||
- proxy: More control of headers
|
||||
- proxy: More control of headers; deprecating proxy_header subdirective
|
||||
- proxy: Specify multiple upstreams with optional port ranges
|
||||
- proxy: New preset 'transparent' to simplify common pass-thrus
|
||||
- proxy: New preset 'transparent' to simplify common pass-thru headers
|
||||
- proxy: Chooses longest matching path; order declared is irrelevant
|
||||
- redir: Added if and if_op subdirectives to make conditional redirects
|
||||
- rewrite: Support for if_op to change how conditions are evaluated
|
||||
- tls: Generate self-signed certificates in memory
|
||||
- tls: Support for ACME DNS challenge with 10 providers
|
||||
- tls: Support for TLS-SNI challenge during restarts
|
||||
|
|
Loading…
Reference in New Issue
Block a user