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 /ergo/templates/nginx.conf.j2 | |
| parent | e0ad9007881340a1c7a5a48424be152e7d368acc (diff) | |
Updated versions: minecraft, miniflux, pleroma, writefreely, ergo-oragono.
Diffstat (limited to 'ergo/templates/nginx.conf.j2')
| -rw-r--r-- | ergo/templates/nginx.conf.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
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}}; +} |
