From 99eff32c0058dd7de3d2d5ad46050588d758649c Mon Sep 17 00:00:00 2001 From: "Fernandez, ReK2" <5316229+ReK2Fernandez@users.noreply.github.com> Date: Sat, 6 Jan 2018 09:07:52 -0800 Subject: change nginx config to fix deprecation of a old module (#175) --- support/nginx/peertube-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/nginx') 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; -- cgit v1.2.3