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