Skip to content

Commit 77a9633

Browse files
committed
Merge pull request discourse#209 from Jdesk/patch-1
Update web.socketed.template.yml
2 parents fd7fe6f + 4ca0945 commit 77a9633

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)