Implement deprecation notice for 1.1.4 (#1833)

* Implement deprecation notice for 1.1.4

This still allows all the config to be parsed, but noops it:

* -log; always set the log to stdout; no matter what.
* https_google; removed from the proxy implementation.
* reverse plugin: set to deprecated.

* Whole of reverse can go

* Remove test for deprecated plugin
This commit is contained in:
Miek Gieben 2018-05-24 14:30:01 +01:00 committed by GitHub
parent b0fd575c65
commit 2758a756dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 9 additions and 1306 deletions

View file

@ -20,7 +20,7 @@ import (
)
// removed has the names of the plugins that need to error on startup.
var removed = []string{"startup", "shutdown"}
var removed = []string{"reverse"}
func setup(c *caddy.Controller) error {
c.Next()