Tm I had a project where I wanted to build a load balancer. I found this tutorial, fast, and simple. Thanks, Man. Subscribed You!!
@cameronmcnz5 ай бұрын
Glad I could help! I try and make my videos short and to the point. I trust that people like you are smart enough to fill in the blanks once you see the basic configuration. I think this is getting old though. Might update it. Let me know if there's anything I should add or clarify!
@RainerArencibia2 жыл бұрын
Simple and powerful! Great video!
@crashbdx2 жыл бұрын
If i'm correct in this e example it's all in the same server right? how about multiple server? one for the load balancer and 2 or more for the app, you just replace localhost:8080, localhost:8081 etc by the different domains?
@youssefwael82 жыл бұрын
I am using an nginx instance in docker, and the "sites-available" directory is missing. Should I add this manually or what?
@cameronmcnz2 жыл бұрын
I think I have another tutorial on doing exactly this with Nginx on Docker. Let me check!
@samansaeedi102 Жыл бұрын
Thanks for the great video. I just have one problem. there is folder named sites-available in my nginx by default. should I make it myself or use nginx.conf or default.conf?
@husseiny5429 Жыл бұрын
what is the difference between conf.d configurations files and sites available config files?