From 8465bf703c826f778f915e80522ee7f1a07750b8 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Wed, 17 Apr 2013 14:51:51 +0200 Subject: First version. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2fb8ca5..f76488e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ StaticWeb ========= -StaticWeb \ No newline at end of file +StaticWeb is a basic static files web server written in Go. + +It automatically serves the content of the folder corresponding to the domain of the website. + +Usage +----- + +``./StaticWeb -addr="[Address to listen: 127.0.0.1]" -port="[Port to listen: 80]" -dir="[Absolute or relative path to the root directory to serve: .]" -log="[Absolute or relative path to the log file. Leave empty for stdout]"`` + +The program will serve the files in the folder (inside the given root directory) with the same name as the domain from which the request originated. + +To serve multiple sites with the same content, you can use symbolic links. \ No newline at end of file -- cgit v1.2.3