Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

nginx

A collection of 2 posts

nginx

Hosting HTTPS sites with Nginx

Youtube Version !Indroduction What is SSL/HTTPS/TLS? * SSL - Secure Sockets Layer * It is the standard technology used to encrypt the communication between the client and the server. * This is done to avoid any man in the middle attacks. * HTTPS - Hyper Text Transfer Protocol Secure * HTTPS appears in

  • Amit Nepal
Amit Nepal Mar 30, 2020 • 4 min read
nginx

Nginx - SSL Passthrough Reverse Proxy

Nginx 1.9.3+ allows TCP load balancing or SSL passthrough. What this means is you can reverse proxy or load balance web applications  without having to terminate SSL at the nginx. Example Configuration for name based access: stream { map $ssl_preread_server_name $name { www.somesite.com some-server; www.

  • Amit Nepal
Amit Nepal Mar 23, 2020 • 1 min read
Amit's Blog © 2025
Powered by Ghost