Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 799 Bytes

HTTPS on Nginx: From Zero to A+

These are my supporting files and notes for HTTP on Nginx: From Zero To A+ (Part 1) and HTTP on Nginx: From Zero To A+ (Part 2) Configuration, Ciphersuites, and Performance.

Contents

  • ssl.conf - a ready to go Nginx config file that can be placed in /etc/nginx/conf.d to quickly default to secure settings. It's heavily commented for clarity
  • example-site.conf - a nearly ready to go Nginx config file for a single host, for the few config options that require some configuration
  • references.md - A list of all the references I used writing the blog posts