Packages: Ubuntu 18.10 "cosmic" support added.

This commit is contained in:
Andrei Belov
2018-12-27 11:07:24 +03:00
parent 325421eac7
commit be049932b1
5 changed files with 89 additions and 1 deletions

View 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"
}
}
}