ergo/templates/nginx.conf.j2
author Luke Hoersten <luke@hoersten.org>
Sat, 10 Sep 2022 15:18:24 -0500
changeset 194 d1e44e23f48e
parent 170 a20a6d03747f
child 200 10051617d075
permissions -rw-r--r--
Enabled experimental spaces and threading features in dendrite.

server {
      listen 6697 ssl;
      proxy_pass unix:/var/ergo/socket;
      proxy_protocol on;

      ssl_certificate {{nginx_ssl_cert}};
      ssl_certificate_key {{nginx_ssl_privkey}};
}