Skip to content

Commit 4ca0945

Browse files
author
James Barlow
committed
Update web.socketed.template.yml
changed spdy to http2
1 parent fd7fe6f commit 4ca0945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/web.socketed.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run:
1919
set_real_ip_from unix:;
2020
- replace:
2121
filename: "/etc/nginx/conf.d/discourse.conf"
22-
from: /listen 443 ssl spdy;/
22+
from: /listen 443 ssl http2;/
2323
to: |
24-
listen unix:/shared/nginx.https.sock ssl spdy;
24+
listen unix:/shared/nginx.https.sock ssl http2;
2525
set_real_ip_from unix:;

0 commit comments

Comments
 (0)