Files
nginx-unit/pkg/deb/debian.module/unit.example-go1.8-config
Valentin Bartenev 094cc2fc99 Packages: using "pass" option in config examples.
The "application" option has been deprecated since 1.8.0.
2019-04-24 20:31:00 +03:00

16 lines
202 B
Plaintext

{
"applications": {
"example_go": {
"type": "external",
"user": "nobody",
"executable": "/tmp/go1.8-app"
}
},
"listeners": {
"*:8500": {
"pass": "applications/example_go"
}
}
}