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 { server {
# List port # List port
listen {{"{{"}}GIN_PORT{{"}}"}}; listen {{"{{"}}GIN_PORT{{"}}"}} ssl;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate /etc/ssl/nginx/fullchain.pem; ssl_certificate /etc/ssl/nginx/fullchain.pem;