From f3d1eacc5bf8184fe249441d3fcf55fabc28d4e3 Mon Sep 17 00:00:00 2001 From: Pacien Date: Wed, 17 Apr 2013 15:58:50 +0300 Subject: Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f76488e..23ea632 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ It automatically serves the content of the folder corresponding to the domain of 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]"`` + ./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 +To serve multiple sites with the same content, you can use symbolic links. -- cgit v1.2.3