Packages: added support for Amazon Linux.

This commit is contained in:
Andrei Belov
2018-01-22 16:39:31 +03:00
parent be8df0631a
commit 0c4ec72ca8
12 changed files with 302 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"applications": {
"example_python": {
"type": "python 3.4",
"user": "nobody",
"workers": 2,
"path": "/usr/share/doc/unit-python34/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"application": "example_python"
}
}
}