diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config new file mode 100644 index 00000000..4adf2d7a --- /dev/null +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config @@ -0,0 +1,17 @@ +{ + "applications": { + "example_python": { + "type": "python 3.4", + "user": "nobody", + "workers": 2, + "path": "/usr/share/doc/unit-python34/examples/python-app", + "module": "wsgi" + } + }, + + "listeners": { + "*:8400": { + "application": "example_python" + } + } +} |