unit.example-python3.6-config (441:2206b023fae3) unit.example-python3.6-config (491:b01b9991094e)
1{
2 "applications": {
3 "example_python": {
1{
2 "applications": {
3 "example_python": {
4 "type": "python",
4 "type": "python 3.6",
5 "user": "nobody",
6 "workers": 2,
7 "path": "/usr/share/doc/unit-python3.6/examples/python-app",
8 "module": "wsgi"
9 }
10 },
11
12 "listeners": {
13 "*:8400": {
14 "application": "example_python"
15 }
16 }
17}
5 "user": "nobody",
6 "workers": 2,
7 "path": "/usr/share/doc/unit-python3.6/examples/python-app",
8 "module": "wsgi"
9 }
10 },
11
12 "listeners": {
13 "*:8400": {
14 "application": "example_python"
15 }
16 }
17}