summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-11-17 16:29:18 -0800
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-02-09 14:31:36 -0800
commitbad2c181e124cc93cd839fce019bc31dab1b7e1b (patch)
tree2efc0d02d64d343274fe82d50aab796c5080c508 /pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
parentca1bc0625a7c1c57f8f9fb9be66b29a96ac9d79d (diff)
downloadunit-bad2c181e124cc93cd839fce019bc31dab1b7e1b.tar.gz
unit-bad2c181e124cc93cd839fce019bc31dab1b7e1b.tar.bz2
Packages: Added Fedora 39 support.
Diffstat (limited to '')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
new file mode 100644
index 00000000..37b65f1f
--- /dev/null
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
@@ -0,0 +1,16 @@
+{
+ "applications": {
+ "example_python": {
+ "type": "python 3.12",
+ "processes": 2,
+ "path": "/usr/share/doc/unit-python3.12/examples/python-app",
+ "module": "wsgi"
+ }
+ },
+
+ "listeners": {
+ "*:8400": {
+ "pass": "applications/example_python"
+ }
+ }
+}