Skip to content

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

License

Notifications You must be signed in to change notification settings

denisix/nginx-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

License 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published