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.
13 lines
272 B
Markdown
13 lines
272 B
Markdown
8 years ago
|
fileserver
|
||
|
=========
|
||
|
|
||
|
fileserver is a golang http server which serves the static files and supports http forward proxy
|
||
|
|
||
|
|
||
|
usage
|
||
|
====
|
||
|
|
||
|
go get github.com/fangdingjun/fileserver
|
||
|
$GOPATH/bin/fileserver -port 8080 -docroot $HOME/public_html -enable_proxy
|
||
|
|