diff options
Diffstat (limited to 'nginx/stream.conf')
| -rw-r--r-- | nginx/stream.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nginx/stream.conf b/nginx/stream.conf new file mode 100644 index 0000000..a3af645 --- /dev/null +++ b/nginx/stream.conf @@ -0,0 +1,9 @@ +stream { + server { + listen 6697 ssl; + proxy_pass 127.0.0.1:6668; + proxy_protocol on; + ssl_certificate /etc/letsencrypt/live/raye.mistivia.com/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/raye.mistivia.com/privkey.pem; + } +}
\ No newline at end of file |
