Introduced rpm packages building tools.
This commit is contained in:
17
pkg/rpm/rpmbuild/SOURCES/unit.example-php-config
Normal file
17
pkg/rpm/rpmbuild/SOURCES/unit.example-php-config
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_php": {
|
||||
"type": "php",
|
||||
"user": "nobody",
|
||||
"workers": 2,
|
||||
"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
|
||||
"index": "index.php"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8300": {
|
||||
"application": "example_php"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user