printf "username:`openssl passwd -apr1`n" >> /etc/nginx/.htpasswd - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: printf "username:`openssl passwd -apr1`n" >> /etc/nginx/.htpasswd (/thread-57968.html) |
printf "username:`openssl passwd -apr1`n" >> /etc/nginx/.htpasswd - casuza - 07-14-2019 I installed gekko on an EC2 instance however by adding: auth_basic "Restricted Content"; auth_basic_user_file /etc/nginx/.htpasswd; to the / etc / nginx / sites-enabled / default file and typing at the command prompt: printf "username:` openssl passwd -apr1`n ">> /etc/nginx/.htpasswd I am prompted to enter the password for 2 times, no other password I enter after I can access via web, presenting the user window and password and I can not access the web interface. When I remove the auth_basic "Restricted Content"; auth_basic_user_file /etc/nginx/.htpasswd; everything works perfectly The EC2 instance is with ubuntu 18.04 nginx https Could someone help me? Sorry the english, more and the google translator. RE: printf "username:`openssl passwd -apr1`n" >> /etc/nginx/.htpasswd - jcfm - 12-14-2019 I know the OP may not see this but for future reference if you copy and paste it straight from the instructions page the username will always be "username". printf "change_this_to your_own_username:` openssl passwd -apr1`n ">> /etc/nginx/.htpasswd |