summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-php-config
blob: 8f23c984a2e2d4c72d358d004e0765740033399b (plain) (tree)
1
2
3
4
5
6




                                         
                                       






                                                                               
                                                          


                 
{
	"applications": {
		"example_php": {
			"type": "php",
			"user": "nobody",
			"processes": 2,
			"root": "/usr/share/doc/unit-php/examples/phpinfo-app",
			"index": "index.php"
		}
	},

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