summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-24 13:03:25 +0300
committerRemi Collet <remi@remirepo.net>2019-01-24 13:03:25 +0300
commitb1649bce9ed1521a48e18b22fb58aaf09f9637b0 (patch)
treeb8adae2f43382d807a6ee241217c541ca422a1cf /pkg/rpm/rpmbuild
parent2bc8fb7b43a5106ab8cdf8adae4834837ae7fc16 (diff)
downloadunit-b1649bce9ed1521a48e18b22fb58aaf09f9637b0.tar.gz
unit-b1649bce9ed1521a48e18b22fb58aaf09f9637b0.tar.bz2
Packages: Fedora >= 29 have python 3.7.
Closes #211.
Diffstat (limited to 'pkg/rpm/rpmbuild')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config
new file mode 100644
index 00000000..ada7ae5b
--- /dev/null
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python37-config
@@ -0,0 +1,17 @@
+{
+ "applications": {
+ "example_python": {
+ "type": "python 3.7",
+ "user": "nobody",
+ "processes": 2,
+ "path": "/usr/share/doc/unit-python37/examples/python-app",
+ "module": "wsgi"
+ }
+ },
+
+ "listeners": {
+ "*:8400": {
+ "application": "example_python"
+ }
+ }
+}