Update web.socketed.template.yml
authorJames Barlow <james@jurisdesk.com>
Thu, 3 Dec 2015 09:53:49 +0000 (04:53 -0500)
committerJames Barlow <james@jurisdesk.com>
Thu, 3 Dec 2015 09:53:49 +0000 (04:53 -0500)
changed spdy to http2

templates/web.socketed.template.yml

index 75808b941dc6ef8bed02615a17bb3aac030ca651..2addf49973f4714948c48ade08f2c1d6651c337d 100644 (file)
@@ -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:;