Files
nginx-unit/pkg/deb/debian.module/unit.example-python3.6-config
2017-12-28 20:38:35 +03:00

18 lines
269 B
Plaintext

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