Це відео не доступне.
Перепрошуємо.

How to Set Up an NGINX Reverse Proxy ( with real time example ) 2021

Поділитися
Вставка
  • Опубліковано 24 лип 2020
  • This video helps to learn about how to use nginx as a reverse proxy for a application
    About this video -
    In this video, we will understand the basics of proxy servers and how it is different from a reverse proxy server. This video will explain the meaning of proxy and how a proxy server
    While proxy servers help protect client machines from an outside network, a reverse proxy does the exact opposite of securing servers from outside networks.
    Using proxy servers offers the following advantages:-
    1) Compression
    2) Enhanced Security
    3) Better Performance
    4) Load Balancing
    5) Encryption and Decryption
    This video is about configuring Nginx as a reverse proxy for Node.
    In this tutorial we'll configure Nginx to act as a reverse proxy for Node -- a classical setup for maximizing production web server efficiency.

КОМЕНТАРІ • 17

  • @fjeewani
    @fjeewani 8 місяців тому +1

    the video is very blurry. But I got the concept. Thank you.

  • @sangeethababu3009
    @sangeethababu3009 4 роки тому +4

    Excellent explanation thanks sir 👍

  • @skywalker1555
    @skywalker1555 11 місяців тому +1

    Thanks it was helpful

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

    excellent

  • @shahabbaloch699
    @shahabbaloch699 3 роки тому +1

    Thanks for the help i was stuck in location thing form last 3 hours .

  • @borisbob
    @borisbob 2 роки тому +1

    thanks, very helpful

  • @moorthyp1140
    @moorthyp1140 2 роки тому +1

    my nodejs app did`t work sir.
    how to deploy frontend Angular and backend nodejs in nginx on windows? sir.

  • @sainathreddy6474
    @sainathreddy6474 2 роки тому +1

    can you please do a video how to add response headers through revserse proxy nginx

  • @vasubhensdadiya6670
    @vasubhensdadiya6670 3 роки тому +1

    awesome dude :)

  • @alexendereliasreyesbrzoban9953
    @alexendereliasreyesbrzoban9953 2 роки тому +1

    thanks

  • @elmasx
    @elmasx 2 роки тому +1

    how can we run nodejs project

  • @VedOnce
    @VedOnce 3 роки тому +1

    Tq

  • @thilipantanabalan4768
    @thilipantanabalan4768 3 роки тому +1

    bro can u post load balancing pls

  • @musicaddicted6157
    @musicaddicted6157 3 роки тому +1

    Sorry, but didn't work for me!

    • @BabuJeyapal
      @BabuJeyapal 3 роки тому

      Any help required

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

      @@BabuJeyapal Hi can you help me? I have a frontend running on port 4000 and backend on 8080. How should I configure my ngnix for this case?