summaryrefslogblamecommitdiffhomepage
path: root/pkg/rpm/rpmbuild/SOURCES/unit.example-go-config
blob: 8aa6593909bd31a949fecf1ae0cad2db00a262e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                               
                                           





                                                   
                                                         


                 
{
	"applications": {
		"example_go": {
			"type": "external",
			"executable": "/tmp/go-app"
		}
	},

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