htpasswd#
Apache / nginx password file management.
$ htpasswd -c /etc/nginx/.htpasswd alice
$ htpasswd /etc/nginx/.htpasswd bob
$ htpasswd -D /etc/nginx/.htpasswd bob
Apache / nginx password file management.
$ htpasswd -c /etc/nginx/.htpasswd alice
$ htpasswd /etc/nginx/.htpasswd bob
$ htpasswd -D /etc/nginx/.htpasswd bob