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": {
"type": "php",
"user": "nobody",
"workers": 2,
"processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php"
}

View File

@@ -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"
}

View File

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

View File

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

View File

@@ -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"
}

View File

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

View File

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