From d959300e0bf2445bf3915e12d670b099c6559e43 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 27 Dec 2018 11:07:24 +0300 Subject: Packages: Ubuntu 18.10 "cosmic" support added. --- pkg/deb/debian.module/unit.example-python3.7-config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkg/deb/debian.module/unit.example-python3.7-config (limited to 'pkg/deb/debian.module/unit.example-python3.7-config') diff --git a/pkg/deb/debian.module/unit.example-python3.7-config b/pkg/deb/debian.module/unit.example-python3.7-config new file mode 100644 index 00000000..00c24f23 --- /dev/null +++ b/pkg/deb/debian.module/unit.example-python3.7-config @@ -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" + } + } +} -- cgit