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:19:35 UTC

stratos git commit: Adding a README.md file to the nginx load balancer extension

Repository: stratos
Updated Branches:
  refs/heads/master 695dfd820 -> 731a74a78


Adding a README.md file to the nginx load balancer extension


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

Branch: refs/heads/master
Commit: 731a74a783c03a319d0ddeb7a9714348cfde1af2
Parents: 695dfd8
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri May 8 18:49:29 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri May 8 18:49:29 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/731a74a7/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
new file mode 100644
index 0000000..e6fe499
--- /dev/null
+++ b/extensions/load-balancer/nginx-extension/README.md
@@ -0,0 +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.
+
+## 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