Skip to content

Instantly share code, notes, and snippets.

@SrShark
Last active April 27, 2020 13:51
Show Gist options
  • Save SrShark/c6df5e30be2838c0f620e60fd32ae364 to your computer and use it in GitHub Desktop.
Save SrShark/c6df5e30be2838c0f620e60fd32ae364 to your computer and use it in GitHub Desktop.
SSL configuration

SSL configuration

listen 443 ssl;
listen [::]:443 ssl;

ssl_certificate /etc/nginx/ssl/ssl-certificate-public.pem;
ssl_certificate_key /etc/nginx/ssl/ssl-certificate-private.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment