aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/nginx/peertube-https2
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
8server { 8server {
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