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

How to configure Nginx as a Reverse proxy | Configuring with SSL

Поділитися
Вставка
  • Опубліковано 2 лис 2022
  • Nginx is the most widely used application for reverse proxy, in this video, we are demonstrating Nginx as a reverse proxy.| with HTTP and HTTPS
    nginx config file you can download from the below URL: github.com/kub...
    Commands:
    installing Nginx
    $ yum install epel-release
    $ yum install nginx
    enable HTTP and HTTPS ports on the firewall
    $ firewall-cmd --permanent --zone=public --add-service=http
    $ firewall-cmd --permanent --zone=public --add-service=htts
    $ firewall-cmd --reload
    starting nginx service
    $ systemctl start nginx
    enable nginx
    $ systemctl enable nginx

КОМЕНТАРІ • 51

  • @sreepriyanks
    @sreepriyanks Рік тому +5

    its tough to find a usefull ngnix video as real-world experiment. this is spectacular, exactly what I need

  • @Mrnw10
    @Mrnw10 5 місяців тому +1

    Superb job! Why can't all tech examples be this concise!

  • @iron-man1
    @iron-man1 Рік тому +1

    Nice explain and thanks to using yum package manager it feels more comfortable because now a days in every teaching video use apt apt apt

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

    Wonderful... Keeping going Nikhil ☺️👍

  • @ThangTran-hi3es
    @ThangTran-hi3es Місяць тому +1

    Great real world video. Thanks for your effort 😊

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

    I simply love your video style, truly refreshing and creative. Keep it up👏

  • @Trashloot
    @Trashloot 3 місяці тому +1

    This was a really great video. I started dabling with this kinda stuff and it is really well explained.
    But i have an issue. I don't have access to my Certificate File. My SSL Certificates are handled by my domain provider ? Could you explain how i would set that up ? I would also be greatful if you could just tell me how this thing im trying to do is called. I don't know what to search for so its hard to look up.

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

      hi, you can refer to this video for making CA signed certificate ua-cam.com/video/qmFPWYENRGc/v-deo.html

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

    Hi
    Can you show how to do for MICROSOFT RDS one for web service and one for gateway? Using latest nginx would appreciate thNks

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

    You're doing great work, my friend, truly appreciate that 😊

  • @gurutamsel
    @gurutamsel 7 місяців тому +1

    great

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

    Useful information. And nice presentation 👍🏼👍🏼👍🏼

  • @Alexander-ws2eg
    @Alexander-ws2eg Рік тому +1

    Very informative.

  • @piyushghosh1208
    @piyushghosh1208 2 місяці тому

    Why we just added / in proxy_pass ??

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

    Super vedio. kindly add the commands in github

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

    👍👍👍

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

    👍👍

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

    👍🏻👍🏻👍🏻

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

    Informative video 👍👍👍👍

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

    What a valuable content tanks a lot !

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

    Useful video😇

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

    hi,
    As much I know SSL cert are tied to domain. And Nginx is working as reverse proxy. So each domain must have its own SSL cert or all of them will use the same SSL cert. I'm confuse man.
    Could you please give me some general idea, how can secure all the domain .

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

      hi, each domain needs different certificates, for example, if you are hosting abc.com and xyz.com behind a Ngix server then you
      need different SSL certificates for each domain

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

      @@kubernetesway can I do it with certbot?

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

      @@m_205 I'm recommending buying a CA-signed certificate. otherwise, some browsers will show some errors while accessing your website, you will get 90 days of free SSL from goget SSL. I will share my video below on CA signed SSL please watch ua-cam.com/video/qmFPWYENRGc/v-deo.html

  • @VishnuVishnu-bh5ef
    @VishnuVishnu-bh5ef Рік тому +1

    thank you

  • @ranitc-dv4sy
    @ranitc-dv4sy Рік тому

    Thanks a lot!

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

    This video really help me ♥️

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

    Referral - Sujith aji 😹

  • @Davi-did
    @Davi-did Рік тому

    This isn't working for me.

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

      what error u r getting

    • @Davi-did
      @Davi-did Рік тому

      @@kubernetesway The request would forward instead of proxy. The ip that was supposed to be proxied was being written in the browser. I eventually got it, but not from anyone on UA-cam.

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

    👍👍👍