0
Fork 0
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:
Matt Holt 2016-07-25 08:53:54 -06:00 committed by GitHub
commit cf1b355d30

View file

@ -342,11 +342,11 @@ var directives = []string{
"git", // github.com/abiosoft/caddy-git "git", // github.com/abiosoft/caddy-git
// directives that add middleware to the stack // directives that add middleware to the stack
"locale", // github.com/simia-tech/caddy-locale
"log", "log",
"rewrite", "rewrite",
"ext", "ext",
"gzip", "gzip",
"locale", // github.com/simia-tech/caddy-locale
"errors", "errors",
"minify", // github.com/hacdias/caddy-minify "minify", // github.com/hacdias/caddy-minify
"ipfilter", // github.com/pyed/ipfilter "ipfilter", // github.com/pyed/ipfilter