From b434eb6551cf60822aae62a2e5ea80a986897484 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 16 Aug 2016 15:31:35 +0200 Subject: [PATCH] use ssl for nginx --- rootfs/etc/confd/templates/nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/nginx.conf.tmpl b/rootfs/etc/confd/templates/nginx.conf.tmpl index db6f485..e7fb1e3 100644 --- a/rootfs/etc/confd/templates/nginx.conf.tmpl +++ b/rootfs/etc/confd/templates/nginx.conf.tmpl @@ -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;