Configure Auth Basic in Nginx on Red Hat Enterprise Linux 8 Using HTPASSWD

preview_player
Показать описание
1. Install httpd-tools
dnf install httpd-tools -y
3. Create user with htpasswd
htpasswd -c /etc/nginx/.htpasswd user

4. Restart Nginx
Рекомендации по теме
visit shbcf.ru