summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/debian.module')
-rw-r--r--pkg/deb/debian.module/unit.example-php-config2
-rw-r--r--pkg/deb/debian.module/unit.example-python-config2
-rw-r--r--pkg/deb/debian.module/unit.example-python2.7-config2
-rw-r--r--pkg/deb/debian.module/unit.example-python3.4-config2
-rw-r--r--pkg/deb/debian.module/unit.example-python3.5-config2
-rw-r--r--pkg/deb/debian.module/unit.example-python3.6-config2
6 files changed, 6 insertions, 6 deletions
diff --git a/pkg/deb/debian.module/unit.example-php-config b/pkg/deb/debian.module/unit.example-php-config
index 026b8f20..71564df3 100644
--- a/pkg/deb/debian.module/unit.example-php-config
+++ b/pkg/deb/debian.module/unit.example-php-config
@@ -3,7 +3,7 @@
"example_php": {
"type": "php",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php"
}
diff --git a/pkg/deb/debian.module/unit.example-python-config b/pkg/deb/debian.module/unit.example-python-config
index e0d8c439..2866cc16 100644
--- a/pkg/deb/debian.module/unit.example-python-config
+++ b/pkg/deb/debian.module/unit.example-python-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python/examples/python-app",
"module": "wsgi"
}
diff --git a/pkg/deb/debian.module/unit.example-python2.7-config b/pkg/deb/debian.module/unit.example-python2.7-config
index cca46ed0..70df9d6d 100644
--- a/pkg/deb/debian.module/unit.example-python2.7-config
+++ b/pkg/deb/debian.module/unit.example-python2.7-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python 2.7",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python2.7/examples/python-app",
"module": "wsgi"
}
diff --git a/pkg/deb/debian.module/unit.example-python3.4-config b/pkg/deb/debian.module/unit.example-python3.4-config
index c8d4f470..fbda2886 100644
--- a/pkg/deb/debian.module/unit.example-python3.4-config
+++ b/pkg/deb/debian.module/unit.example-python3.4-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python 3.4",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python3.4/examples/python-app",
"module": "wsgi"
}
diff --git a/pkg/deb/debian.module/unit.example-python3.5-config b/pkg/deb/debian.module/unit.example-python3.5-config
index 20f49adf..495995ef 100644
--- a/pkg/deb/debian.module/unit.example-python3.5-config
+++ b/pkg/deb/debian.module/unit.example-python3.5-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python 3.5",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python3.5/examples/python-app",
"module": "wsgi"
}
diff --git a/pkg/deb/debian.module/unit.example-python3.6-config b/pkg/deb/debian.module/unit.example-python3.6-config
index 93d76c09..1a75fdbf 100644
--- a/pkg/deb/debian.module/unit.example-python3.6-config
+++ b/pkg/deb/debian.module/unit.example-python3.6-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python 3.6",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python3.6/examples/python-app",
"module": "wsgi"
}