Files
nginx-unit/pkg/deb/debian.module/unit.example-python2.7-config

18 lines
275 B
Plaintext

{
"applications": {
"example_python": {
"type": "python 2.7",
"user": "nobody",
"processes": 2,
"path": "/usr/share/doc/unit-python2.7/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"application": "example_python"
}
}
}