5 Matching Annotations
- Aug 2023
-
docs.bitnami.com docs.bitnami.com
-
To change the password later, run the htpasswd utility without the -c switch: sudo htpasswd /opt/bitnami/users USERNAME
-
sudo /opt/bitnami/ctlscript.sh restart nginx
-
location / { auth_basic "Restricted Area"; auth_basic_user_file /opt/bitnami/nginx/users; }
-
sudo apt-get update sudo apt-get install apache2-utils sudo htpasswd -cb /opt/bitnami/nginx/users USERNAME PASSWORD
-
Password-protect access to an application with NGINX
-