You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/05/08 15:23:03 UTC

stratos git commit: Updating nginx load balancer extension README file

Repository: stratos
Updated Branches:
  refs/heads/master 731a74a78 -> 68cf36df3


Updating nginx load balancer extension README file


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/68cf36df
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/68cf36df
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/68cf36df

Branch: refs/heads/master
Commit: 68cf36df389e6691f6e30673021b56958d326ed8
Parents: 731a74a
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri May 8 18:52:57 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri May 8 18:52:57 2015 +0530

----------------------------------------------------------------------
 extensions/load-balancer/nginx-extension/README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/68cf36df/extensions/load-balancer/nginx-extension/README.md
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/nginx-extension/README.md b/extensions/load-balancer/nginx-extension/README.md
index e6fe499..e1523a0 100644
--- a/extensions/load-balancer/nginx-extension/README.md
+++ b/extensions/load-balancer/nginx-extension/README.md
@@ -1,10 +1,10 @@
 # Apache Stratos Nginx Load Balancer Extension
 
-Stratos Nginx load balancer extension can be used for integrating Nginx load balancer with Stratos. It provides means of
-configuring the nginx load balancer according to the topology, composite application model, tenant information,
-application signups and domain mappings.
+Stratos Nginx load balancer extension can be used for integrating Nginx with Stratos. It provides means of
+configuring the nginx according to the topology, composite application model, tenant information, application
+signups and domain mappings.
 
 ## How it works
-The load balancer extension subscribe to the message broker and receives above information from Stratos. Afterwards it
-generates Nginx configuration and start an instance of Nginx with the generated configuration file. Once a change in the
-above data set is detected a new configuration will be generated and the load balancer will be reloaded.
\ No newline at end of file
+* The load balancer extension subscribe to the message broker and receives above information from Stratos.
+* Afterwards it generates Nginx configuration and start an instance of Nginx with the generated configuration file.
+* Once a change in the above data set is detected a new configuration will be generated and the load balancer will be reloaded.
\ No newline at end of file