stop binding redis to 127.0.0.1
[discourse_docker.git] / templates / fastly.template.yml
1 run:
2 - replace:
3 filename: "/etc/nginx/conf.d/discourse.conf"
4 from: "$proxy_add_x_forwarded_for"
5 to: "$http_fastly_client_ip"
6 global: true