#!/bin/bash # htpasswd from package apache2-utils htpasswd -nb $1 $2 > nginx.htpasswd