summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-php-config
blob: 9673385f4db5506ad1ea76c360a83238ce50b25a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"applications": {
		"example_php": {
			"type": "php",
			"processes": 2,
			"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
			"index": "index.php"
		}
	},

	"listeners": {
		"*:8300": {
			"pass": "applications/example_php"
		}
	}
}