From 2e7b40f78e52530299e5c859b6adeba50df54446 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 24 Jul 2021 10:29:53 -0500 Subject: Updated versions: minecraft, miniflux, pleroma, writefreely, ergo-oragono. --- ergo/templates/nginx.conf.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ergo/templates/nginx.conf.j2 (limited to 'ergo/templates/nginx.conf.j2') diff --git a/ergo/templates/nginx.conf.j2 b/ergo/templates/nginx.conf.j2 new file mode 100644 index 0000000..1b1a83b --- /dev/null +++ b/ergo/templates/nginx.conf.j2 @@ -0,0 +1,8 @@ +server { + listen 6697 ssl; + proxy_pass unix:/var/ergo/socket; + proxy_protocol on; + + ssl_certificate {{nginx_ssl_cert}}; + ssl_certificate_key {{nginx_ssl_privkey}}; +} -- cgit v1.2.3