diff --git a/support/nginx/peertube-https b/support/nginx/peertube-https index f46442835..794920280 100644 --- a/support/nginx/peertube-https +++ b/support/nginx/peertube-https @@ -6,7 +6,7 @@ server { } server { - listen 443 ssl spdy; # or http2 + listen 443 ssl http2; # spdy is deprecated on nginx # listen [::]:443 ssl spdy; server_name domain.tld;