unit.example.config (373:b09757e4984e) unit.example.config (522:091de026abd9)
1{
2 "applications": {
3 "example_php": {
4 "type": "php",
5 "user": "nobody",
1{
2 "applications": {
3 "example_php": {
4 "type": "php",
5 "user": "nobody",
6 "workers": 2,
6 "processes": 2,
7 "root": "/usr/share/doc/unit/examples/php-app",
8 "index": "index.php"
9 },
10
11 "example_python": {
12 "type": "python",
13 "user": "nobody",
7 "root": "/usr/share/doc/unit/examples/php-app",
8 "index": "index.php"
9 },
10
11 "example_python": {
12 "type": "python",
13 "user": "nobody",
14 "workers": 2,
14 "processes": 2,
15 "path": "/usr/share/doc/unit/examples/python-app",
16 "module": "wsgi"
17 },
18
19 "example_go": {
20 "type": "go",
21 "user": "nobody",
22 "executable": "/tmp/go-app"

--- 17 unchanged lines hidden ---
15 "path": "/usr/share/doc/unit/examples/python-app",
16 "module": "wsgi"
17 },
18
19 "example_go": {
20 "type": "go",
21 "user": "nobody",
22 "executable": "/tmp/go-app"

--- 17 unchanged lines hidden ---