summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-python-config
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-02-07 17:26:29 +0300
committerAndrei Belov <defan@nginx.com>2018-02-07 17:26:29 +0300
commitfc22d1d76d7cd597225d356fe953e00b1b99a3cd (patch)
treedc27a981b9436d23212c0c017a57267100792f20 /pkg/rpm/rpmbuild/SOURCES/unit.example-python-config
parent949ba262cc7a833a717bbb271825c0ba72ad80b8 (diff)
downloadunit-fc22d1d76d7cd597225d356fe953e00b1b99a3cd.tar.gz
unit-fc22d1d76d7cd597225d356fe953e00b1b99a3cd.tar.bz2
Packages: fixed example configurations after fa714d76592b.
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python-config')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python-config
index e0d8c439..2866cc16 100644
--- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python-config
+++ b/pkg/rpm/rpmbuild/SOURCES/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"
}