summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go-config
blob: 8aa6593909bd31a949fecf1ae0cad2db00a262e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"applications": {
		"example_go": {
			"type": "external",
			"executable": "/tmp/go-app"
		}
	},

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