diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-19 17:42:39 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-19 17:42:39 +0200 |
commit | b9a20e5947950c6c641029c6a87bc447339fc69a (patch) | |
tree | ecddb9e6f2fd5741ea0a638b489d521e881181e8 /support/nginx/peertube-https | |
parent | 6a84aafd23c2f887f837cc4826cf7c8c07d1c60f (diff) | |
download | PeerTube-b9a20e5947950c6c641029c6a87bc447339fc69a.tar.gz PeerTube-b9a20e5947950c6c641029c6a87bc447339fc69a.tar.zst PeerTube-b9a20e5947950c6c641029c6a87bc447339fc69a.zip |
Fix nginx https template
Diffstat (limited to 'support/nginx/peertube-https')
-rw-r--r-- | support/nginx/peertube-https | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
7 | 7 | ||
8 | server { | 8 | server { |
9 | listen 443 ssl spdy; # or http2 | 9 | listen 443 ssl spdy; # or http2 |
10 | # listen [::]:443; | 10 | # listen [::]:443 ssl spdy; |
11 | server_name domain.tld; | 11 | server_name domain.tld; |
12 | 12 | ||
13 | # For example with Let's Encrypt | 13 | # For example with Let's Encrypt |