diff options
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}}; +} |
