Skip to content

Commit

Permalink
docs(update) add new plugins to update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 21, 2015
1 parent f7b5cbb commit 1c974c2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
17 changes: 10 additions & 7 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,24 @@ You will need to update your configuration file. Replace the `plugins_available`
```yaml
plugins_available:
- ssl
- key-auth
- basic-auth
- jwt
- acl
- cors
- oauth2
- rate-limiting
- response-ratelimiting
- tcp-log
- udp-log
- file-log
- http-log
- cors
- key-auth
- hmac-auth
- basic-auth
- ip-restriction
- mashape-analytics
- request-transformer
- response-transformer
- request-size-limiting
- ip-restriction
- mashape-analytics
- rate-limiting
- response-ratelimiting
```
You can still remove plugins you don't use for a lighter Kong.
Expand Down
14 changes: 7 additions & 7 deletions kong.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
## Available plugins on this server
plugins_available:
- ssl
- cors
- jwt
- acl
- cors
- oauth2
- tcp-log
- udp-log
- file-log
- http-log
- mashape-analytics
- oauth2
- key-auth
- hmac-auth
- basic-auth
- ip-restriction
- rate-limiting
- response-ratelimiting
- mashape-analytics
- request-transformer
- response-transformer
- request-size-limiting
- acl
- hmac-auth
- rate-limiting
- response-ratelimiting

## The Kong working directory
## (Make sure you have read and write permissions)
Expand Down
14 changes: 7 additions & 7 deletions spec/unit/statics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@ describe("Static files", function()
## Available plugins on this server
plugins_available:
- ssl
- cors
- jwt
- acl
- cors
- oauth2
- tcp-log
- udp-log
- file-log
- http-log
- mashape-analytics
- oauth2
- key-auth
- hmac-auth
- basic-auth
- ip-restriction
- rate-limiting
- response-ratelimiting
- mashape-analytics
- request-transformer
- response-transformer
- request-size-limiting
- acl
- hmac-auth
- rate-limiting
- response-ratelimiting
## The Kong working directory
## (Make sure you have read and write permissions)
Expand Down

0 comments on commit 1c974c2

Please sign in to comment.