diff options
author | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:29 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:29 +0300 |
commit | fc22d1d76d7cd597225d356fe953e00b1b99a3cd (patch) | |
tree | dc27a981b9436d23212c0c017a57267100792f20 /pkg/deb/debian.module/unit.example-python3.5-config | |
parent | 949ba262cc7a833a717bbb271825c0ba72ad80b8 (diff) | |
download | unit-fc22d1d76d7cd597225d356fe953e00b1b99a3cd.tar.gz unit-fc22d1d76d7cd597225d356fe953e00b1b99a3cd.tar.bz2 |
Packages: fixed example configurations after fa714d76592b.
Diffstat (limited to 'pkg/deb/debian.module/unit.example-python3.5-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-python3.5-config | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |