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

How To Configure An Nginx SSL Reverse Proxy On Linux?

Поділитися
Вставка
  • Опубліковано 13 гру 2023
  • In this video I show you how to configure an Nginx as a reverse proxy. I set up SSL during the configuration for enhanced security.
    Post: tomsitcafe.com/...
    A reverse proxy is a server that sits in front of web servers and forwards client requests to those web servers. It acts as an intermediary, intercepting and inspecting incoming client requests before forwarding them to the web server. Reverse proxies can provide additional levels of abstraction, control, security, and performance optimization. They are commonly used for load balancing, web acceleration, and to hide implementation details about the web servers.
    If you want to skip the "bla bla" and get to the point:
    00:05 What is a reverse proxy?
    00:43 Prerequisites
    01:13 Nginx documentation
    01:29 Install the Nginx
    01:36 Disable the default site config
    01:45 Create the proxy configuration
    01:55 Set up the proxy in the config file
    02:11 Enable the proxy site config
    02:27 Generate a test certificate and key
    02:53 Validate the config before restarting the service
    02:59 Start the proxy server
    03:07 Validate and test the solution
    If you like the video do not forget to LIKE and SUBSCRIBE!
    My professional homepage: tomsitcafe.com
    Twitter: / tomsitcafe
    Linkedin: / tmolnar0831
    Reddit: / tomsitcafe
    #linux #debian #server #webserver #web #howto #tutorial #guide #stepbystep #viralvideo #viral #subscribe #like #sysadmin #devops #virtualhost #vhost
    #nginx #proxy #reverseproxy #howto #tutorial #guide #linux #web #websecurity #ssl #tls #stepbystep

КОМЕНТАРІ • 2

  • @yanickkumar1009
    @yanickkumar1009 4 місяці тому

    Still says not secure after the drum roll

    • @TomsItCafe
      @TomsItCafe  4 місяці тому +1

      Have you tried it with a valid (not self signed) certificate?