From 4ca0945cd732d7e65c53042ed44324f875e4c90c Mon Sep 17 00:00:00 2001 From: James Barlow Date: Thu, 3 Dec 2015 04:53:49 -0500 Subject: [PATCH] Update web.socketed.template.yml changed spdy to http2 --- templates/web.socketed.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web.socketed.template.yml b/templates/web.socketed.template.yml index 75808b9..2addf49 100644 --- a/templates/web.socketed.template.yml +++ b/templates/web.socketed.template.yml @@ -19,7 +19,7 @@ run: set_real_ip_from unix:; - replace: filename: "/etc/nginx/conf.d/discourse.conf" - from: /listen 443 ssl spdy;/ + from: /listen 443 ssl http2;/ to: | - listen unix:/shared/nginx.https.sock ssl spdy; + listen unix:/shared/nginx.https.sock ssl http2; set_real_ip_from unix:; -- 2.25.1