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














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

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