NGINX + password auth + yandex
ISP
apt-get install -y nginx
nano /etc/nginx/sites-available.d/default.conf
ln -s /etc/nginx/sites-available.d/default.conf /etc/nginx/sites-enabled.d/
systemctl enable --now nginx
HQ-CLI
Из под тачки!!! ISP
apt-get install -y apache2-htpasswd
htpasswd –c /etc/nginx/.htpasswd WEB
#проверка просто
vim /etc/nginx/sites-available.d/default.conf
systemctl restart nginx
apt-get install –y yandex-browser-stable