mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-03 23:09:57 -05:00
Merge pull request #1833 from mholt/add-forwardproxy
Add forwardproxy to directives' list
This commit is contained in:
commit
49e98a1518
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…
Add table
Reference in a new issue