Merge pull request #332 from aledbf/snippets

Add annotation to customize nginx configuration
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-24 18:39:45 -03:00 committed by GitHub
commit 33ab550290
11 changed files with 294 additions and 13 deletions

View file

@ -80,3 +80,4 @@ Dummy | A simple dummy controller that logs updates | * | Advanced
Name | Description | Platform | Complexity Level
-----| ----------- | ---------- | ----------------
custom-headers | set custom headers before send traffic to backends | nginx | Advanced
configuration-snippets | customize nginx location configuration using annotations | nginx | Advanced