Deleted Added
1{
2 "applications": {
3 "example_php": {
4 "type": "php",
5 "user": "nobody",
6 "processes": 2,
7 "root": "/usr/share/doc/unit/examples/php-app",
8 "index": "index.php"

--- 19 unchanged lines hidden (view full) ---

28 "processes": 1,
29 "working_directory": "/usr/share/doc/unit-perl/examples/perl-app",
30 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
31 }
32 },
33
34 "listeners": {
35 "*:8300": {
36 "pass": "applications/example_php"
37 },
38
39 "*:8400": {
40 "pass": "applications/example_python"
41 },
42
43 "*:8500": {
44 "pass": "applications/example_go"
45 },
46
47 "*:8600": {
48 "pass": "applications/example_perl"
49 }
50 }
51}