mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 11:28:48 +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
|
||||
"search", // github.com/pedronasser/caddy-search
|
||||
"expires", // github.com/epicagency/caddy-expires
|
||||
"forwardproxy", // github.com/caddyserver/forwardproxy
|
||||
"basicauth",
|
||||
"redir",
|
||||
"status",
|
||||
|
|
Loading…
Reference in a new issue