summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example.config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example.config')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example.config b/pkg/rpm/rpmbuild/SOURCES/unit.example.config
index 99918022..15fb86f1 100644
--- a/pkg/rpm/rpmbuild/SOURCES/unit.example.config
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example.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"
},
@@ -11,7 +11,7 @@
"example_python": {
"type": "python",
"user": "nobody",
- "workers": 2,
+ "processes": 2,
"path": "/usr/share/doc/unit-python/examples/python-app",
"module": "wsgi"
},