summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-go-config
blob: a2c91e80c28a0ea2da985fdeb58921600aab15c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"applications": {
		"example_go": {
			"type": "external",
			"user": "nobody",
			"executable": "/tmp/go-app"
		}
	},

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