blob: 026b8f208d0b2a6a171e501a5be6df5a68c09e6a (
plain) (
tree)
|
|
{
"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"
}
}
}
|