Enforce Strong Authentication
Part 1: ??????????
? Option 1: Basic HTTP Auth (Quick & Simple)
Add a .htpasswd file with a hashed user:password combo.
Step-by-step:
Generate a password:
bash
????
sudo apt install apache2-utils htpasswd -c /etc/nginx/.htpasswd your_username