1{ 2 "applications": { 3 "example_php": { 4 "type": "php", 5 "processes": 2, 6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app", 7 "index": "index.php" 8 } 9 }, 10 11 "listeners": { 12 "*:8300": { 13 "pass": "applications/example_php" 14 } 15 } 16} 17