Nginx Load Balancer Example Setup and Config

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 9

  • @manojad5737
    @manojad5737 6 หลายเดือนก่อน +3

    Tm I had a project where I wanted to build a load balancer. I found this tutorial, fast, and simple. Thanks, Man. Subscribed You!!

    • @cameronmcnz
      @cameronmcnz  6 หลายเดือนก่อน

      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!

  • @JigneshPatel-p8f
    @JigneshPatel-p8f 13 วันที่ผ่านมา +1

    Nice and Important video! I subscribed your channel :-)

  • @RainerArencibia
    @RainerArencibia 2 ปีที่แล้ว +3

    Simple and powerful! Great video!

  • @crashbdx
    @crashbdx 2 ปีที่แล้ว +2

    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?

  • @youssefwael8
    @youssefwael8 2 ปีที่แล้ว +2

    I am using an nginx instance in docker, and the "sites-available" directory is missing. Should I add this manually or what?

    • @cameronmcnz
      @cameronmcnz  2 ปีที่แล้ว +2

      I think I have another tutorial on doing exactly this with Nginx on Docker. Let me check!

  • @husseiny5429
    @husseiny5429 ปีที่แล้ว

    what is the difference between conf.d configurations files and sites available config files?

  • @samansaeedi102
    @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?