Files
nginx-unit/pkg/deb/debian.module/unit.example-php-config

18 lines
261 B
Plaintext

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