Files
nginx-unit/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config
2017-10-19 18:23:31 +03:00

18 lines
259 B
Plaintext

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