Packages: added support for Ubuntu 17.10.

This commit is contained in:
Andrei Belov
2017-12-28 20:38:35 +03:00
parent e939b8ae18
commit ad63a3e752
6 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"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"
}
}
}