Skip to content

Instantly share code, notes, and snippets.

@fieldAbyss
Created December 27, 2018 09:49
Show Gist options
  • Save fieldAbyss/197ac4305278f9fbc6bc4eed2babe8e3 to your computer and use it in GitHub Desktop.
Save fieldAbyss/197ac4305278f9fbc6bc4eed2babe8e3 to your computer and use it in GitHub Desktop.
Nginx + SSL /etc/nginx/snippets/ssl-example.com.conf
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment