try nginx ssl

This commit is contained in:
Sebastian Hugentobler 2016-08-16 14:48:18 +02:00
parent 3d4478b000
commit 7b09546c45
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -23,6 +23,11 @@ http {
# List port
listen {{"{{"}}GIN_PORT{{"}}"}};
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate /etc/ssl/nginx/fullchain.pem;
ssl_certificate_key /etc/ssl/nginx/privkey.key;
ssl_ciphers HIGH:!aNULL:!MD5;
keepalive_timeout 70;
# Access log with buffer, or disable it completetely if unneeded