Skip to content

0xhjohnson/nginx-https-example-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Nginx HTTPS Example Config

Simple config to get LetsEncrypt running on Nginx server

Assumes you are follwing the Digital Ocean guide and making a config snippet.

Areas that require changing to your specic domain:

server_name www.example.com;

include snippets/ssl-www.example.com.conf;

This is a basic config that can easily be expanded to suit your specific needs.

About

Simple config to get LetsEncrypt running on Nginx server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages