Skip to content

Commit

Permalink
fix some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jia Wei committed Dec 10, 2015
1 parent 0910e73 commit f4ffb0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name
====

nginx-upsync-module - Nginx C module, nginx + consul server discovery service, dynamicly update upstream backend servers, dynamicly adjust backend servers weight, needn't reload nginx.
nginx-upsync-module - Nginx C module, nginx + consul server discovery service, dynamically update upstream backend servers, dynamically adjust backend servers' weight, needn't reload nginx.

Table of Contents
=================
Expand Down Expand Up @@ -71,7 +71,7 @@ http {
Description
======

This module provides a method to discover backend servers. Supporting dynamicly adding or deleting backend server through consul and dynamicly adjusting backend servers weight, module will timely pull new backend server list from consul to update nginx ip router. Nginx needn't reload. Having some advantages than others:
This module provides a method to discover backend servers. Supporting dynamically adding or deleting backend server through consul and dynamically adjusting backend servers weight, module will timely pull new backend server list from consul to update nginx ip router. Nginx needn't reload. Having some advantages than others:

* timely

Expand All @@ -89,7 +89,7 @@ This module provides a method to discover backend servers. Supporting dynamicly

nginx-upsync-module support adding or deleting servers health check, needing nginx_upstream_check_module. Recommending nginx-upsync-module + nginx_upstream_check_module.

Diretives
Directives
======

consul
Expand Down Expand Up @@ -211,7 +211,7 @@ Compatible with Nginx-1.9.x.
Installation
============

This module can be used independently, can be download[Github](https://github.com/weibocom/nginx-upsync-module.git).
This module can be used independently, and can be downloaded from [Github](https://github.com/weibocom/nginx-upsync-module.git).

Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.8.0 (see nginx compatibility), and then build the source with this module:

Expand Down

0 comments on commit f4ffb0a

Please sign in to comment.