projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd7fe6f
)
Update web.socketed.template.yml
author
James Barlow
<james@jurisdesk.com>
Thu, 3 Dec 2015 09:53:49 +0000
(
04:53
-0500)
committer
James Barlow
<james@jurisdesk.com>
Thu, 3 Dec 2015 09:53:49 +0000
(
04:53
-0500)
changed spdy to http2
templates/web.socketed.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/web.socketed.template.yml
b/templates/web.socketed.template.yml
index 75808b941dc6ef8bed02615a17bb3aac030ca651..2addf49973f4714948c48ade08f2c1d6651c337d 100644
(file)
--- 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:;