summaryrefslogblamecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.11-config
blob: 5e063a4cf1d6781b7aace2672c9b0e7f255bb242 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                       
                                                         


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

	"listeners": {
		"*:8500": {
			"pass": "applications/example_go"
		}
	}
}