diff options
| author | Luke Hoersten <[email protected]> | 2021-07-24 10:29:53 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-24 10:29:53 -0500 |
| commit | 2e7b40f78e52530299e5c859b6adeba50df54446 (patch) | |
| tree | 173e1f7bafd217c73a8c9856042ff288976d3c65 /oragono/templates/nginx.conf.j2 | |
| parent | e0ad9007881340a1c7a5a48424be152e7d368acc (diff) | |
Updated versions: minecraft, miniflux, pleroma, writefreely, ergo-oragono.
Diffstat (limited to 'oragono/templates/nginx.conf.j2')
| -rw-r--r-- | oragono/templates/nginx.conf.j2 | 8 |
1 files changed, 0 insertions, 8 deletions
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}}; -} |
