Add forwardproxy to directives' list

This commit is contained in:
Sergey Frolov 2017-08-17 18:46:43 -04:00
parent 261547b42c
commit a7498bee68

View file

@ -466,6 +466,7 @@ var directives = []string{
"ratelimit", // github.com/xuqingfeng/caddy-rate-limit "ratelimit", // github.com/xuqingfeng/caddy-rate-limit
"search", // github.com/pedronasser/caddy-search "search", // github.com/pedronasser/caddy-search
"expires", // github.com/epicagency/caddy-expires "expires", // github.com/epicagency/caddy-expires
"forwardproxy", // github.com/caddyserver/forwardproxy
"basicauth", "basicauth",
"redir", "redir",
"status", "status",