mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-29 23:25:50 +08:00
Stubbed out really basic proxy middleware
This commit is contained in:
@ -17,6 +17,7 @@ func init() {
|
||||
register("rewrite", Rewrite)
|
||||
register("redir", Redirect)
|
||||
register("ext", Extensionless)
|
||||
register("proxy", Proxy)
|
||||
register("fastcgi", FastCGI)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user