Skip to content

Instantly share code, notes, and snippets.

@xmorave2
Created October 8, 2019 09:05
Show Gist options
  • Save xmorave2/9abf6f26d4e8cfe7b1e2ab69c021ae26 to your computer and use it in GitHub Desktop.
Save xmorave2/9abf6f26d4e8cfe7b1e2ab69c021ae26 to your computer and use it in GitHub Desktop.
listen 443 ssl http2;
listen [::]:443 ssl http2;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
@xmorave2
Copy link
Author

xmorave2 commented Oct 8, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment