You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
528 B
Markdown
25 lines
528 B
Markdown
gserver
|
|
=========
|
|
|
|
gserver is a golang http/https server
|
|
|
|
features
|
|
=======
|
|
|
|
- support HTTP/1.1, HTTP/2.0
|
|
- support serve static files
|
|
- support UWSGI client protocol (python)
|
|
- support fastCGI client protocol (php)
|
|
- support act as resverse proxy
|
|
- support act as forward proxy
|
|
- support multiple locations
|
|
|
|
usage
|
|
====
|
|
|
|
go get github.com/fangdingjun/gserver
|
|
cp $GOPATH/src/github.com/fangdingjun/gserver/config_example.yaml config.yaml
|
|
vim config.yaml
|
|
$GOPATH/bin/gserver -c config.yaml
|
|
|