oragono/templates/nginx.conf.j2
changeset 124 870c04ac783b
parent 118 56bffa9ef826
child 137 645c1e109921
--- a/oragono/templates/nginx.conf.j2	Thu Jul 09 19:57:16 2020 -0500
+++ b/oragono/templates/nginx.conf.j2	Fri Jul 10 11:52:33 2020 -0500
@@ -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}};