From: Fernandez, ReK2 <5316229+ReK2Fernandez@users.noreply.github.com> Date: Sat, 6 Jan 2018 17:07:52 +0000 (-0800) Subject: change nginx config to fix deprecation of a old module (#175) X-Git-Tag: v0.0.1-alpha~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=99eff32c0058dd7de3d2d5ad46050588d758649c;p=oweals%2Fpeertube.git change nginx config to fix deprecation of a old module (#175) --- 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;