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