remove deprecated code (#1888)

This removes:
* reverse plugin from plugin.cfg
* https_google option from proxy
* the -log flag
This commit is contained in:
Miek Gieben
2018-06-20 11:35:07 +01:00
committed by GitHub
parent 9c2dc7a156
commit 41c724780f
3 changed files with 0 additions and 4 deletions

View File

@@ -164,8 +164,6 @@ func parseBlock(c *caddyfile.Dispenser, u *staticUpstream) error {
} else {
u.ex = newDNSEx()
}
case "https_google":
// allow the config, but make noop
case "grpc":
if len(encArgs) == 2 && encArgs[1] == "insecure" {
u.ex = newGrpcClient(nil, u)