From acc39b12435f825d7b72d2da8c6c0d02406c223b Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 10 Jul 2020 11:52:33 -0500 Subject: Fixed proxy pass for stream. --- oragono/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'oragono/templates') diff --git a/oragono/templates/nginx.conf.j2 b/oragono/templates/nginx.conf.j2 index 38719ec..31089c8 100644 --- a/oragono/templates/nginx.conf.j2 +++ b/oragono/templates/nginx.conf.j2 @@ -1,6 +1,7 @@ server { listen 6697 ssl; proxy_pass unix:/run/oragono/socket; + proxy_protocol on; ssl_certificate {{nginx_ssl_cert}}; ssl_certificate_key {{nginx_ssl_privkey}}; -- cgit v1.2.3