it should be global
[discourse_docker.git] / templates / web.socketed.template.yml
1
2 run:
3 - replace:
4 filename: "/etc/nginx/conf.d/discourse.conf"
5 from: /listen 80;/
6 to: |
7 listen unix:/shared/nginx.http.sock;
8 - replace:
9 filename: "/etc/nginx/conf.d/discourse.conf"
10 from: /listen 443 ssl spdy;/
11 to: |
12 listen unix:/shared/nginx.https.sock ssl spdy;