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. --- oragono/templates/nginx.conf.j2 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 oragono/templates/nginx.conf.j2 (limited to 'oragono/templates/nginx.conf.j2') diff --git a/oragono/templates/nginx.conf.j2 b/oragono/templates/nginx.conf.j2 deleted file mode 100644 index 2cedd56..0000000 --- a/oragono/templates/nginx.conf.j2 +++ /dev/null @@ -1,8 +0,0 @@ -server { - listen 6697 ssl; - proxy_pass unix:/var/oragono/oragono.socket; - proxy_protocol on; - - ssl_certificate {{nginx_ssl_cert}}; - ssl_certificate_key {{nginx_ssl_privkey}}; -} -- cgit v1.2.3