Merge pull request #228 from RomeoPapaSK/master
[discourse_docker.git] / templates / web.socketed.template.yml
index b8c615ff77feffdf3a1462cd51ff2f9710b8e10e..2addf49973f4714948c48ade08f2c1d6651c337d 100644 (file)
@@ -16,8 +16,10 @@ run:
      from: /listen 80;/
      to: |
        listen unix:/shared/nginx.http.sock;
+       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:;