diff options
Diffstat (limited to 'pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config index 4adf2d7a..cab381e2 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python34-config @@ -3,7 +3,7 @@ "example_python": { "type": "python 3.4", "user": "nobody", - "workers": 2, + "processes": 2, "path": "/usr/share/doc/unit-python34/examples/python-app", "module": "wsgi" } |