chocon

command module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2017 License: MIT Imports: 13 Imported by: 0

README

chocon

chocon is a simple proxy server for persisting connections between upstream servers.

Requirements

chocon requires Go1.7.3 or later.

Installation

go get -u github.com/kazeburo/chocon

Build

make bundle
make

Run

chocon

Usage

$ chocon -h
Usage:
chocon [OPTIONS]

Application Options:
-l, --listen=             address to bind (default: 0.0.0.0)
-p, --port=               Port number to bind (default: 3000)
--access-log-dir=     directory to store logfiles
--access-log-rotate=  Number of day before remove logs (default: 30)
-v, --version             Show version
-c, --keepalive-conns=    maximun keepalive connections for upstream (default: 2)
--read-timeout=       timeout of reading request (default: 30)
--write-timeout=      timeout of writing response (default: 90)
--proxy-read-timeout= timeout of reading response from upstream (default: 60)

Help Options:
-h, --help                Show this help message

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL