Packages: Ubuntu 18.10 "cosmic" support added.
This commit is contained in:
17
pkg/deb/debian.module/unit.example-python3.7-config
Normal file
17
pkg/deb/debian.module/unit.example-python3.7-config
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_python": {
|
||||
"type": "python 3.7",
|
||||
"user": "nobody",
|
||||
"processes": 2,
|
||||
"path": "/usr/share/doc/unit-python3.7/examples/python-app",
|
||||
"module": "wsgi"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8400": {
|
||||
"application": "example_python"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user