diff options
author | Andrei Belov <defan@nginx.com> | 2019-04-22 13:50:02 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-04-22 13:50:02 +0300 |
commit | 48ae47017bef218d1bc8e16f2bb7e0347b5b0e4c (patch) | |
tree | fbf3006524a8562b43f8a5262d83e88b09e273ae /pkg/deb/debian.module | |
parent | 0c12afbf6a591c54236331219770836c931abf45 (diff) | |
download | unit-48ae47017bef218d1bc8e16f2bb7e0347b5b0e4c.tar.gz unit-48ae47017bef218d1bc8e16f2bb7e0347b5b0e4c.tar.bz2 |
Packages: Ubuntu 19.04 "disco" support added.
Diffstat (limited to 'pkg/deb/debian.module')
-rw-r--r-- | pkg/deb/debian.module/unit.example-go1.11-config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/deb/debian.module/unit.example-go1.11-config b/pkg/deb/debian.module/unit.example-go1.11-config new file mode 100644 index 00000000..2240251a --- /dev/null +++ b/pkg/deb/debian.module/unit.example-go1.11-config @@ -0,0 +1,15 @@ +{ + "applications": { + "example_go": { + "type": "external", + "user": "nobody", + "executable": "/tmp/go1.11-app" + } + }, + + "listeners": { + "*:8500": { + "application": "example_go" + } + } +} |