diff options
Diffstat (limited to 'pkg/rpm')
7 files changed, 8 insertions, 8 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config index 026b8f20..71564df3 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config +++ b/pkg/rpm/rpmbuild/SOURCES/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/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" } diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python27-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python27-config index 11a11bcf..c8a876f5 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python27-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python27-config @@ -3,7 +3,7 @@ "example_python": { "type": "python 2.7", "user": "nobody", - "workers": 2, + "processes": 2, "path": "/usr/share/doc/unit-python27/examples/python-app", "module": "wsgi" } 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" } diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config index 651e1437..23e0ea53 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python35-config @@ -3,7 +3,7 @@ "example_python": { "type": "python 3.5", "user": "nobody", - "workers": 2, + "processes": 2, "path": "/usr/share/doc/unit-python35/examples/python-app", "module": "wsgi" } diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python36-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python36-config index e662a6a9..758dab25 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python36-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python36-config @@ -3,7 +3,7 @@ "example_python": { "type": "python 3.6", "user": "nobody", - "workers": 2, + "processes": 2, "path": "/usr/share/doc/unit-python36/examples/python-app", "module": "wsgi" } 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" }, |