summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/debian.module/unit.example-go1.8-config
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-10-05 14:10:13 +0300
committerAndrei Belov <defan@nginx.com>2018-10-05 14:10:13 +0300
commit6c5e5f25ef74dbf4d3dc524e293863fad7fcf524 (patch)
tree2c683822debffc5e148e0c704f68b58b99b13760 /pkg/deb/debian.module/unit.example-go1.8-config
parentea62327b008b39dc48a51aa80343b20a0a122cd6 (diff)
downloadunit-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.8-config')
-rw-r--r--pkg/deb/debian.module/unit.example-go1.8-config30
1 files changed, 15 insertions, 15 deletions
diff --git a/pkg/deb/debian.module/unit.example-go1.8-config b/pkg/deb/debian.module/unit.example-go1.8-config
index 6cfa0cec..551ec24e 100644
--- a/pkg/deb/debian.module/unit.example-go1.8-config
+++ b/pkg/deb/debian.module/unit.example-go1.8-config
@@ -1,15 +1,15 @@
-{
- "applications": {
- "example_go": {
- "type": "go",
- "user": "nobody",
- "executable": "/tmp/go1.8-app"
- }
- },
-
- "listeners": {
- "*:8500": {
- "application": "example_go"
- }
- }
-}
+{
+ "applications": {
+ "example_go": {
+ "type": "go",
+ "user": "nobody",
+ "executable": "/tmp/go1.8-app"
+ }
+ },
+
+ "listeners": {
+ "*:8500": {
+ "application": "example_go"
+ }
+ }
+}