ppsreejith / docker-nginx-htpasswd

Docker of nginx proxy tool with username/password.

Home Page:https://hub.docker.com/r/liuchong/nginx-htpasswd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ngxpasswd

FOSSA Status

Docker of nginx proxy tool with username/password.

Usage:

docker run --rm -it liuchong/nginx-htpasswd start -h
usage:
 -u [username] your http username
 -p [password] your http password
 -c [script] your specified script
 -a [args] args of your script
 -P [args] nginx listening port
 -X [args] proxy_pass of host:port

Please check examples:

proxy-only

redis-stat

Certainly, you can copy and paste the codes from this repository to fit your need, enjoy your self!

License

MIT

FOSSA Status

About

Docker of nginx proxy tool with username/password.

https://hub.docker.com/r/liuchong/nginx-htpasswd/

License:MIT License


Languages

Language:Shell 90.5%Language:Dockerfile 9.5%