summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2020-06-16 15:02:29 +0300
committerAndrei Belov <defan@nginx.com>2020-06-16 15:02:29 +0300
commit22c917bead38df560bb112006d0b4a28aa8919d3 (patch)
tree387848dbc6bf358c7a41e993cd2874829884daaa /pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
parent5fa3108e63ed0029daac34a3a24b45d4a8644add (diff)
downloadunit-22c917bead38df560bb112006d0b4a28aa8919d3.tar.gz
unit-22c917bead38df560bb112006d0b4a28aa8919d3.tar.bz2
Packages: added Fedora 32 support.
Diffstat (limited to '')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
new file mode 100644
index 00000000..25003869
--- /dev/null
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config
@@ -0,0 +1,17 @@
+{
+ "applications": {
+ "example_python": {
+ "type": "python 3.8",
+ "user": "nobody",
+ "processes": 2,
+ "path": "/usr/share/doc/unit-python38/examples/python-app",
+ "module": "wsgi"
+ }
+ },
+
+ "listeners": {
+ "*:8400": {
+ "pass": "applications/example_python"
+ }
+ }
+}