Files
nginx-unit/pkg/deb/debian.module/unit.example-go1.7-config
2017-10-19 18:23:32 +03:00

16 lines
205 B
Plaintext

{
"applications": {
"example_go": {
"type": "go",
"user": "nobody",
"executable": "/tmp/go1.7-app"
}
},
"listeners": {
"*:8500": {
"application": "example_go"
}
}
}