Sign inSign up

denisix/nginx-digest

By denisix

Updated almost 4 years ago

Nginx with digest modules enabled, based on official nginx image + atomx/nginx-http-auth-digest

Image
1

50K+

denisix/nginx-digest repository overview

Docker Cloud Build Status Docker Cloud Automated build Docker Pulls Docker Image Size (latest by date)

nginx-digest

Dockerfile to create docker image, based on official nginx image + atomx/nginx-http-auth-digest

Usage
docker pull nginx-digest

in your nginx.conf or site config use the following construction:

 auth_digest_user_file /etc/nginx/.htdigest; # a file created with htdigest
 location /private {
     auth_digest 'this is not for you'; # set the realm for this location block
 }

for more details please check the official documentation

Build
git clone https://github.com/denisix/nginx-digest
docker build -t nginx-digest:latest . 
Credits

Tag summary

Content type

Image

Digest

sha256:a1c5165ba

Size

69 MB

Last updated

almost 4 years ago

docker pull denisix/nginx-digest