17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
{
|
|
"applications": {
|
|
"example_python": {
|
|
"type": "python 3.6",
|
|
"processes": 2,
|
|
"path": "/usr/share/doc/unit-python36/examples/python-app",
|
|
"module": "wsgi"
|
|
}
|
|
},
|
|
|
|
"listeners": {
|
|
"*:8400": {
|
|
"pass": "applications/example_python"
|
|
}
|
|
}
|
|
}
|