]> git.pld-linux.org Git - packages/rt.git/blame - lighttpd.conf
- up to 4.2.10; fixes CVE-014-9472, CVE-2015-1165, CVE-2015-1464
[packages/rt.git] / lighttpd.conf
CommitLineData
e5071903
AM
1#fastcgi.debug = 1
2fastcgi.server = (
3 "/rt/" => (
4 "rt" => (
5 "port" => "9000",
6 "bin-path" => "/usr/sbin/rt-server.fcgi",
7 "check-local" => "disable",
8 "disable-time" => 0,
9 "min-procs" => 2,
10 "max-procs" => 5,
11 "fix-root-scriptname" => "enable",
12 )
13 )
14 )
This page took 0.039352 seconds and 4 git commands to generate.