Peertube-dl/peertube-dl-web.conf

10 lines
211 B
Plaintext

{
hypnotoad => {
listen => ['http://127.0.0.1:3001'],
workers => 6,
clients => 3,
proxy => 1,
pid_file => $ENV{PIDFILE} || '/var/run/peertube-dl-web.pid',
}
};