oragono/templates/nginx.conf.j2
author Luke Hoersten <luke@hoersten.org>
Sun, 05 Jul 2020 10:25:32 -0500
changeset 118 56bffa9ef826
child 124 870c04ac783b
permissions -rw-r--r--
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.

server {
      listen 6697 ssl;
      proxy_pass unix:/run/oragono/socket;

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