From 444dbe1cecb56dbfb15ed7702b127860b69570a3 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Fri, 4 Jan 2013 17:29:47 +0000
Subject: [PATCH] Updated user manual

---
 UserManual.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/UserManual.md b/UserManual.md
index 3a2eeae8b..5969ce608 100644
--- a/UserManual.md
+++ b/UserManual.md
@@ -1,8 +1,26 @@
 Overview
 --------
 
+Mongoose is small and easy to use web server. It is self-contained, and does
+not require any external software to run. Mongoose can be configured via
+command line options, or via configuration file. If no command line
+options are given, mongoose searches for a configuration file
+called "mongoose.conf" in the same directory where mongoose binary is
+located.
+
+Configuration file is a sequence of lines, each line containing
+command line option name and it's value. Lines beginning with '#'
+and empty lines are ignored. Here is 
+
+    # mongoose.conf file
+    document_root c:\www
+    listening_ports 8080,8043s
+    ssh_certificate c:\mongoose\ssl_cert.pem
+
+
 Usage Examples
 --------------
+- How to share a Windows folder  
 
 Command Line Options
 --------------------
-- 
GitLab