sudo dnf upgrade -y sudo dnf install nginx keepalived nginx-mod-stream -y sudo vim /etc/nginx/conf.d/wlb.conf sudo vim /etc/nginx/conf.d/https.conf nginx -V 2>&1 | grep dynamic restorecon -v -R /etc/nginx sudo restorecon -v -R /etc/nginx/ssl/ nginx -V 2>&1 | grep -o with-http_stub_status_module nginx -s reload touch /etc/keepalived/keepalived.conf sudo systemctl start nginx sudo systemctl start keepalived sudo systemctl enable nginx sudo systemctl enable keepalived journalctl -xeu keepalived.service -f