Nginx Config for Load Balancing

Nginx Config for Load Balancing
Installationsudo apt updatesudo apt install nginx -yAfter that enable it.sudo systemctl enable nginxThen Start it.sudo systemctl start nginxCheck the status(Running) ⛶sudo systemctl status nginxIt w...
0 Read More