change nginx config to fix deprecation of a old module (#175)
authorFernandez, ReK2 <5316229+ReK2Fernandez@users.noreply.github.com>
Sat, 6 Jan 2018 17:07:52 +0000 (09:07 -0800)
committerChocobozzz <me@florianbigard.com>
Sat, 6 Jan 2018 17:07:52 +0000 (18:07 +0100)
support/nginx/peertube-https

index f464428354ff4b23cb4bf736cda1aaab52e92c47..794920280dd8047a50974459ce8861ce4367a148 100644 (file)
@@ -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;