use ssl for nginx

This commit is contained in:
Sebastian Hugentobler 2016-08-16 15:31:35 +02:00
parent 010793dc03
commit b434eb6551
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -21,7 +21,7 @@ http {
server {
# List port
listen {{"{{"}}GIN_PORT{{"}}"}};
listen {{"{{"}}GIN_PORT{{"}}"}} ssl;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate /etc/ssl/nginx/fullchain.pem;