Open klapvogn opened 2 years ago
The .htpasswd
file is used by nginx to authorize users, you have to enter the credentials when visiting the page in the browser. If you don't want to enter credentials all the time, you can create a bookmark like so http://user:password@page.url:port
Hello!
after i have changed password with :
echo -n 'admin:' > /config/nginx/.htpasswd
andlibressl passwd -apr1 >> /config/nginx/.htpasswd
i just get the pop-up window all the time to enter username and password ?