mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Merge pull request #960 from phifty/patch-1
Change position of locale directive
This commit is contained in:
commit
cf1b355d30
1 changed files with 1 additions and 1 deletions
|
@ -342,11 +342,11 @@ var directives = []string{
|
|||
"git", // github.com/abiosoft/caddy-git
|
||||
|
||||
// directives that add middleware to the stack
|
||||
"locale", // github.com/simia-tech/caddy-locale
|
||||
"log",
|
||||
"rewrite",
|
||||
"ext",
|
||||
"gzip",
|
||||
"locale", // github.com/simia-tech/caddy-locale
|
||||
"errors",
|
||||
"minify", // github.com/hacdias/caddy-minify
|
||||
"ipfilter", // github.com/pyed/ipfilter
|
||||
|
|
Loading…
Reference in a new issue