mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-08 11:58:49 +03:00
Add forwardproxy to directives' list
This commit is contained in:
parent
261547b42c
commit
a7498bee68
1 changed files with 8 additions and 7 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue