/etc/nginx/.htpasswd
auth_basic "Restricted";
auth_basic_user_file /etc/nginx/.htpasswd;
nginx -s reload