Created
December 27, 2018 09:49
-
-
Save fieldAbyss/197ac4305278f9fbc6bc4eed2babe8e3 to your computer and use it in GitHub Desktop.
Nginx + SSL /etc/nginx/snippets/ssl-example.com.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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