xref: /unit/pkg/deb/debian.module/unit.example-php-config (revision 1045:6079ce642254)
1{
2	"applications": {
3		"example_php": {
4			"type": "php",
5			"user": "nobody",
6			"processes": 2,
7			"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
8			"index": "index.php"
9		}
10	},
11
12	"listeners": {
13		"*:8300": {
14			"pass": "applications/example_php"
15		}
16	}
17}
18