All middleware equal (#535)

* all-middleware-equal

* Revert "all-middleware-equal"

This reverts commit ee77b2a981.

* middleware: treat external and local the same

Make the middleware generation simpler and also specify the local
middleware, meaning that it can now be removed as well. Simplify
the code a bit and regen everything.

* remove lineNR, not used
This commit is contained in:
Miek Gieben
2017-02-19 20:34:29 +00:00
committed by GitHub
parent bcd9c8b0fb
commit ea38b642b8
4 changed files with 66 additions and 44 deletions

View File

@@ -30,7 +30,6 @@ var directives = []string{
"kubernetes",
"reverse",
"proxy",
"httpprox",
"whoami",
"erratic",
}