diff options
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config deleted file mode 100644 index c98d1a52..00000000 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python38-config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "applications": { - "example_python": { - "type": "python 3.8", - "processes": 2, - "path": "/usr/share/doc/unit-python38/examples/python-app", - "module": "wsgi" - } - }, - - "listeners": { - "*:8400": { - "pass": "applications/example_python" - } - } -} |