Skip to content

Instantly share code, notes, and snippets.

View B4nn3R's full-sized avatar

Marcello Piliego B4nn3R

  • Go2Tec S.r.l.
  • Italy
View GitHub Profile
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
ssl_certificate /usr/local/etc/nginx/ssl/{{host}}.crt;
ssl_certificate_key /usr/local/etc/nginx/ssl/{{host}}.key;
ssl_ciphers HIGH:!aNULL:!MD5;
# listen 80;