Nginx lab
Htpasswd line generator and config builder. All processing runs in your browser; nothing is sent to this server.
Htpasswd generator
Bcrypt line for nginx auth_basic.
Example: auth_basic "Restricted"; auth_basic_user_file /etc/nginx/.htpasswd;
Config builder
Reset to boilerplate, then add directives from the toolbox. Editable; state saved.