From b9a20e5947950c6c641029c6a87bc447339fc69a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Oct 2017 17:42:39 +0200 Subject: Fix nginx https template --- support/nginx/peertube-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/nginx/peertube-https b/support/nginx/peertube-https index 372f829d3..1b9c40e7f 100644 --- a/support/nginx/peertube-https +++ b/support/nginx/peertube-https @@ -7,7 +7,7 @@ server { server { listen 443 ssl spdy; # or http2 - # listen [::]:443; + # listen [::]:443 ssl spdy; server_name domain.tld; # For example with Let's Encrypt -- cgit v1.2.3