diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-24 13:03:25 +0300 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-24 13:03:25 +0300 |
commit | b1649bce9ed1521a48e18b22fb58aaf09f9637b0 (patch) | |
tree | b8adae2f43382d807a6ee241217c541ca422a1cf /pkg/rpm/rpmbuild | |
parent | 2bc8fb7b43a5106ab8cdf8adae4834837ae7fc16 (diff) | |
download | unit-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-config | 17 |
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" + } + } +} |