Merge pull request #5355 from ElvinEfendi/plugin-docs

ingress-nginx lua plugins docs
This commit is contained in:
Kubernetes Prow Robot 2020-04-14 08:04:13 -07:00 committed by GitHub
commit f745e35eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 63 additions and 7 deletions

View file

@ -468,8 +468,7 @@ _References:_
## plugins
Configures plugins to use placed in the directory /etc/nginx/lua/plugins. Every plugin has to have main.lua in the root.
Every plugin has to bundle all of its dependencies. The execution order follows the definition.
Activates plugins installed in `/etc/nginx/lua/plugins`. Refer to [ingress-nginx plugins README](../../../rootfs/etc/nginx/lua/plugins/README.md) for more information on how to write and install a plugin.
## server-tokens