New internal middleware

This commit is contained in:
Michael Schoebel
2015-05-06 22:44:37 +02:00
parent 7c844909b9
commit 0650dd7171
3 changed files with 120 additions and 0 deletions

View File

@ -59,6 +59,7 @@ var directiveOrder = []directive{
{"redir", setup.Redir},
{"ext", setup.Ext},
{"basicauth", setup.BasicAuth},
{"internal", setup.Internal},
{"proxy", setup.Proxy},
{"fastcgi", setup.FastCGI},
{"websocket", setup.WebSocket},