Packages: fixed example configurations after fa714d76592b.

This commit is contained in:
Andrei Belov
2018-02-07 17:26:29 +03:00
parent 949ba262cc
commit fc22d1d76d
14 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
"example_php": { "example_php": {
"type": "php", "type": "php",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app", "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php" "index": "index.php"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python", "type": "python",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python/examples/python-app", "path": "/usr/share/doc/unit-python/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 2.7", "type": "python 2.7",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python2.7/examples/python-app", "path": "/usr/share/doc/unit-python2.7/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.4", "type": "python 3.4",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python3.4/examples/python-app", "path": "/usr/share/doc/unit-python3.4/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.5", "type": "python 3.5",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python3.5/examples/python-app", "path": "/usr/share/doc/unit-python3.5/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.6", "type": "python 3.6",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python3.6/examples/python-app", "path": "/usr/share/doc/unit-python3.6/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_php": { "example_php": {
"type": "php", "type": "php",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"root": "/usr/share/doc/unit/examples/php-app", "root": "/usr/share/doc/unit/examples/php-app",
"index": "index.php" "index": "index.php"
}, },
@@ -11,7 +11,7 @@
"example_python": { "example_python": {
"type": "python", "type": "python",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit/examples/python-app", "path": "/usr/share/doc/unit/examples/python-app",
"module": "wsgi" "module": "wsgi"
}, },

View File

@@ -3,7 +3,7 @@
"example_php": { "example_php": {
"type": "php", "type": "php",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app", "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php" "index": "index.php"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python", "type": "python",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python/examples/python-app", "path": "/usr/share/doc/unit-python/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 2.7", "type": "python 2.7",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python27/examples/python-app", "path": "/usr/share/doc/unit-python27/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.4", "type": "python 3.4",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python34/examples/python-app", "path": "/usr/share/doc/unit-python34/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.5", "type": "python 3.5",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python35/examples/python-app", "path": "/usr/share/doc/unit-python35/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_python": { "example_python": {
"type": "python 3.6", "type": "python 3.6",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python36/examples/python-app", "path": "/usr/share/doc/unit-python36/examples/python-app",
"module": "wsgi" "module": "wsgi"
} }

View File

@@ -3,7 +3,7 @@
"example_php": { "example_php": {
"type": "php", "type": "php",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app", "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php" "index": "index.php"
}, },
@@ -11,7 +11,7 @@
"example_python": { "example_python": {
"type": "python", "type": "python",
"user": "nobody", "user": "nobody",
"workers": 2, "processes": 2,
"path": "/usr/share/doc/unit-python/examples/python-app", "path": "/usr/share/doc/unit-python/examples/python-app",
"module": "wsgi" "module": "wsgi"
}, },