Load Balancing using Nginx on AWS EC2

preview_player
Показать описание


events {
worker_connections 768;
}

http {
upstream myapp
{
server Server_1_Address weight=1;
server Server_2_Address weight=2;
}

#These are my settings SHROBON
server {
listen 80;
location / {
}
}
}

Sponsored Links
-------------------

Рекомендации по теме
Комментарии
Автор

Nice video concept was cleared properly.

tanniruvinay
Автор

Excellent video. Thank you for the very clear explanations Mr. Biswas.

DelicatelyStunning
Автор

How you are able to browse the URL of nginx without starting the service of nginx

syedafzal
Автор

Should we really delete all the data in nginx.conf file?? Are you sure??

ArchanaSiddu
Автор

man what the fuck is that song ... and it's a rhetorical question i don't need the name of it

ryuuzSd