From: James Barlow Date: Thu, 3 Dec 2015 09:53:49 +0000 (-0500) Subject: Update web.socketed.template.yml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4ca0945cd732d7e65c53042ed44324f875e4c90c;p=discourse_docker.git Update web.socketed.template.yml changed spdy to http2 --- 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:;