summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.9-config
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2019-12-24 17:59:44 +0300
committerMax Romanov <max.romanov@nginx.com>2019-12-24 17:59:44 +0300
commit3d712a7078e6cd85dc7f2961628bea46cfea5236 (patch)
tree10ffa05fdcab63d05e3b1b7ba1c8cb6ddcafea7a /pkg/deb/debian.module/unit.example-go1.9-config
parent823f658c771af8b6ff07a3581a2c63efc6a15ad2 (diff)
downloadunit-3d712a7078e6cd85dc7f2961628bea46cfea5236.tar.gz
unit-3d712a7078e6cd85dc7f2961628bea46cfea5236.tar.bz2
Packages: making unit-go architecture independent.
To support Go modules, the unit-go module should be platform independent. All platform-dependent logic is moved to libunit, so the unit-dev package should be installed before building unit-go.
Diffstat (limited to '')
-rw-r--r--pkg/deb/debian.module/unit.example-go1.9-config15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/deb/debian.module/unit.example-go1.9-config b/pkg/deb/debian.module/unit.example-go1.9-config
deleted file mode 100644
index 90ef7d5f..00000000
--- a/pkg/deb/debian.module/unit.example-go1.9-config
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "applications": {
- "example_go": {
- "type": "external",
- "user": "nobody",
- "executable": "/tmp/go1.9-app"
- }
- },
-
- "listeners": {
- "*:8500": {
- "pass": "applications/example_go"
- }
- }
-}