How to use Nginx Reverse proxy for Multiple Servers

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • In this tutorial, we used Nginx reverse proxy for multiple servers sharing a single public IP Address.
    We often need an entire dedicated or VPS server for some web application and if you are managing a large number of such servers that obviously need public IP for each to commutate. And consuming lots of public ips is not a good solution for an enterprise in terms of cost. Here the Proxy or gateway concept comes into effect.
    As we describe in our earlier video of Nginx reverse proxy that Nginx can be used in many ways like a load balancer, reverse proxy, etc.
    Now we are going to use Nginx as a gateway of multiple servers along with reverse proxy. The concept is that I have multiple servers running with a local IP address. And I am going to use one public IP to make all my local servers publicly accessible through Nginx.
    Article Link: www.technhit.i...
    #Nginx, #Gateway

КОМЕНТАРІ • 9

  • @smsohag2116
    @smsohag2116 3 місяці тому

    Thank you so much, brother . great work

  • @HahaHihi11111
    @HahaHihi11111 2 роки тому +2

    Finally a person from India what can understand speak. Great video!

  • @itunipa1305
    @itunipa1305 Рік тому +1

    Great explanation! Greetings from Indonesia. Cheers.

  • @gelatolina
    @gelatolina Рік тому

    Thanks for the video. Can you give an explanation how to use it with a wildcard ssl certificate from let's encrypt?

  • @LoWangSmg
    @LoWangSmg Рік тому +1

    Does this mean (@ 10:10), on each of the webservers they should have apache running ? Or would nginx as well be required or do we only need nginx - 1 instance only to connect to each server ?

    • @TechBlogTutorial
      @TechBlogTutorial  Рік тому

      Not necessarily you have to run Apache server only, you can use Nginx too, In this experiment i use one nginx server having public IP and Local IP both and through this combination you can connect as much local individual server running your Individual application and access through a single point of communication using Public IP

  • @jdotsystem
    @jdotsystem 2 роки тому

    Need root and index in each server configuration?