summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-php-config
blob: 71564df3b7b3e940b863a874d3e3fbb1d442fa9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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"
		}
	}
}