We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The user and password for local development is stored in config/nginx/htpasswd. A new user or password may be set with
config/nginx/htpasswd
htpasswd -c config/nginx/htpasswd <username>
The htpasswd tool might have to be installed before with (on Linux)
htpasswd
sudo apt install apache2-utils