nginx/Dockerfile.template: Add auth_request to NGINX_MODULES_HTTP
authorW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 21:49:05 +0000 (14:49 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 21:49:05 +0000 (14:49 -0700)
commit085fe44e928d3c1fac0f37d464f031711e9de2d4
tree55d7d8168880d0e24a83584bc3380f5fe8c7c950
parent53647c4417275846152ab8587620ad8f80e92672
nginx/Dockerfile.template: Add auth_request to NGINX_MODULES_HTTP

This module is simple and flexible [1].  I'm pushing it for the new
docker-registry auth, so I'm going to install it by default in my
Nginx image.

[1]: http://nginx.org/en/docs/http/ngx_http_auth_request_module.html
nginx/Dockerfile.template