File: stunnel.conf

package info (click to toggle)
python-rq 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,584 kB
  • sloc: python: 13,897; makefile: 22; sh: 19
file content (13 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
cert=/etc/stunnel/private.pem
fips=no
foreground=yes
sslVersion=all
socket=l:TCP_NODELAY=1
socket=r:TCP_NODELAY=1
pid=/var/run/stunnel.pid
debug=0
output=/etc/stunnel/stunnel.log

[redis]
accept = 0.0.0.0:9736
connect = 127.0.0.1:6379