diff options
author | Andrei Belov <defan@nginx.com> | 2018-10-05 14:10:13 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-10-05 14:10:13 +0300 |
commit | 6c5e5f25ef74dbf4d3dc524e293863fad7fcf524 (patch) | |
tree | 2c683822debffc5e148e0c704f68b58b99b13760 /pkg/deb/debian.module/unit.example-go1.9-config | |
parent | ea62327b008b39dc48a51aa80343b20a0a122cd6 (diff) | |
download | unit-6c5e5f25ef74dbf4d3dc524e293863fad7fcf524.tar.gz unit-6c5e5f25ef74dbf4d3dc524e293863fad7fcf524.tar.bz2 |
Packages: all CRLF newlines in examples converted to LF.
Diffstat (limited to 'pkg/deb/debian.module/unit.example-go1.9-config')
-rw-r--r-- | pkg/deb/debian.module/unit.example-go1.9-config | 30 |
1 files changed, 15 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 index 4074df3b..ab026fb3 100644 --- a/pkg/deb/debian.module/unit.example-go1.9-config +++ b/pkg/deb/debian.module/unit.example-go1.9-config @@ -1,15 +1,15 @@ -{
- "applications": {
- "example_go": {
- "type": "go",
- "user": "nobody",
- "executable": "/tmp/go1.9-app"
- }
- },
-
- "listeners": {
- "*:8500": {
- "application": "example_go"
- }
- }
-}
+{ + "applications": { + "example_go": { + "type": "go", + "user": "nobody", + "executable": "/tmp/go1.9-app" + } + }, + + "listeners": { + "*:8500": { + "application": "example_go" + } + } +} |