summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-python3.7-config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/debian.module/unit.example-python3.7-config')
-rw-r--r--pkg/deb/debian.module/unit.example-python3.7-config16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkg/deb/debian.module/unit.example-python3.7-config b/pkg/deb/debian.module/unit.example-python3.7-config
deleted file mode 100644
index e7b8dbc3..00000000
--- a/pkg/deb/debian.module/unit.example-python3.7-config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "applications": {
- "example_python": {
- "type": "python 3.7",
- "processes": 2,
- "path": "/usr/share/doc/unit-python3.7/examples/python-app",
- "module": "wsgi"
- }
- },
-
- "listeners": {
- "*:8400": {
- "pass": "applications/example_python"
- }
- }
-}