auth_basic_user_file
auth_basic_user_file file;name1:password1 name2:password2:comment name3:password3# htpasswd -c -d /nginx/conf/pass_file username
Last updated
auth_basic_user_file file;name1:password1
name2:password2:comment
name3:password3# htpasswd -c -d /nginx/conf/pass_file usernameLast updated