Files
nginx-unit/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config

17 lines
246 B
Plaintext

{
"applications": {
"example_php": {
"type": "php",
"processes": 2,
"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
"index": "index.php"
}
},
"listeners": {
"*:8300": {
"pass": "applications/example_php"
}
}
}