diff options
author | Dmitry Patsura <[email protected]> | 2019-06-13 21:03:15 +0300 |
---|---|---|
committer | Dmitry Patsura <[email protected]> | 2019-06-13 21:03:15 +0300 |
commit | a612f9d4ac8d2f5659a2e984067baf5a11fd6c2a (patch) | |
tree | c788a86b155b9f99c2a5d388e62fb89a99da58f6 /service/http/fcgi_test.go | |
parent | 4d3b5a3fdd7750e7b6389fc7b4c92d56226e941e (diff) |
Feature: Allow to disable http, and use only FastCGI
Diffstat (limited to 'service/http/fcgi_test.go')
-rw-r--r-- | service/http/fcgi_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/http/fcgi_test.go b/service/http/fcgi_test.go index d053ce03..6b6cd0f3 100644 --- a/service/http/fcgi_test.go +++ b/service/http/fcgi_test.go @@ -20,7 +20,6 @@ func Test_FCGI_Service_Echo(t *testing.T) { c.Register(ID, &Service{}) assert.NoError(t, c.Init(&testCfg{httpCfg: `{ - "address": ":6029", "fcgi": { "address": "tcp://0.0.0.0:6082" }, |