summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.7-config
blob: bd98fe3a2508855162765f170b1d113351fdd177 (plain) (tree)
1
2
3
4


                               
                                           










                                                      
{
	"applications": {
		"example_go": {
			"type": "external",
			"user": "nobody",
			"executable": "/tmp/go1.7-app"
		}
	},

	"listeners": {
		"*:8500": {
			"application": "example_go"
		}
	}
}