unit.example-python-config (522:091de026abd9) unit.example-python-config (1045:6079ce642254)
1{
2 "applications": {
3 "example_python": {
4 "type": "python",
5 "user": "nobody",
6 "processes": 2,
7 "path": "/usr/share/doc/unit-python/examples/python-app",
8 "module": "wsgi"
9 }
10 },
11
12 "listeners": {
13 "*:8400": {
1{
2 "applications": {
3 "example_python": {
4 "type": "python",
5 "user": "nobody",
6 "processes": 2,
7 "path": "/usr/share/doc/unit-python/examples/python-app",
8 "module": "wsgi"
9 }
10 },
11
12 "listeners": {
13 "*:8400": {
14 "application": "example_python"
14 "pass": "applications/example_python"
15 }
16 }
17}
15 }
16 }
17}