xref: /unit/pkg/rpm/rpmbuild/SOURCES/unit.example-php-config (revision 1753:7d8644d56ed5)
1372Sdefan@nginx.com{
2372Sdefan@nginx.com	"applications": {
3372Sdefan@nginx.com		"example_php": {
4372Sdefan@nginx.com			"type": "php",
5522Sdefan@nginx.com			"processes": 2,
6372Sdefan@nginx.com			"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
7372Sdefan@nginx.com			"index": "index.php"
8372Sdefan@nginx.com		}
9372Sdefan@nginx.com	},
10372Sdefan@nginx.com
11372Sdefan@nginx.com	"listeners": {
12372Sdefan@nginx.com		"*:8300": {
13*1045Svbart@nginx.com			"pass": "applications/example_php"
14372Sdefan@nginx.com		}
15372Sdefan@nginx.com	}
16372Sdefan@nginx.com}
17