-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(conf) new listen directives for increased flexibility
Updates to the `proxy_listen` and `admin_listen` configuration properties allow users to configure Kong in more flexible ways, potentially listening on multiple interfaces/ports at once, with granular options, or not at all. Disabling proxy and/or admin interfaces allows a Kong node to run in "proxy only" or "admin only" modes, opening the way for "data-plane" and "control-plane" modes. Overall, the new format is closer to that of the NGINX `listen` directive for compatibility and flexibility reasons. From #3147 Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
- Loading branch information
1 parent
da53316
commit 1b9976f
Showing
18 changed files
with
576 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.