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

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