Nginx container to server static content with HTPASS
50K+
Example usage:
docker run -e HTPASS="secret_1337_password" \
-v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro \
-d --name nginx --net host tcaxias/nginx
Content type
Image
Digest
Size
5.1 MB
Last updated
over 8 years ago
docker pull tcaxias/nginx