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)
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

index b3c8825899e5aca1734c966b8f6fee4bfefd45ab..f069542181f5a1485b97eb339e6dbb64d2877f11 100644 (file)
@@ -25,7 +25,7 @@
 FROM ${NAMESPACE}/gentoo-syslog:${TAG}
 MAINTAINER ${MAINTAINER}
 #VOLUME ["${PORTAGE}:/usr/portage:ro", "${PORTAGE}/distfiles:/usr/portage/distfiles:rw"]
-RUN echo 'NGINX_MODULES_HTTP="access auth_basic autoindex charset fastcgi gzip gzip_static limit_req map proxy rewrite scgi ssi stub_status"' >> /etc/portage/make.conf
+RUN echo 'NGINX_MODULES_HTTP="access auth_basic auth_request autoindex charset fastcgi gzip gzip_static limit_req map proxy rewrite scgi ssi stub_status"' >> /etc/portage/make.conf
 RUN echo 'NGINX_MODULES_MAIL=""' >> /etc/portage/make.conf
 RUN emerge -v www-servers/nginx
 RUN eselect news read new