-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better nginx configuration building #217
Labels
task/feature
Requests for new features in Kong
Comments
thibaultcha
changed the title
Configuration file improvements
Better nginx configuration building
Oct 15, 2015
thibaultcha
added a commit
that referenced
this issue
Feb 11, 2016
- 0.7.x changelog (still as "unreleased") - 0.7.x upgrade path Note in upgrade path that I feel is appropriate: **Note**: We expose the underlying NGINX configuration as a way for Kong to be as flexible as possible and allow you to bend your NGINX instance to your needs. We are aware that many of you do not need to customize it and such changes should not affect you. Plans are to embed the NGINX configuration in Kong, while still allowing customization for the most demanding users. [#217](#217) is the place to discuss this and share thoughts/needs.
thibaultcha
added a commit
that referenced
this issue
Feb 11, 2016
- 0.7.x changelog (still as "unreleased") - 0.7.x upgrade path Note in upgrade path that I feel is appropriate: **Note**: We expose the underlying NGINX configuration as a way for Kong to be as flexible as possible and allow you to bend your NGINX instance to your needs. We are aware that many of you do not need to customize it and such changes should not affect you. Plans are to embed the NGINX configuration in Kong, while still allowing customization for the most demanding users. [#217](#217) is the place to discuss this and share thoughts/needs.
Closed
hutchic
added a commit
that referenced
this issue
Jun 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to have a nicer configuration, we should consider breaking down the nginx property into multiple files, some hard coded for Kong required directives, some customizable by users, and some added by plugins which want to modify the nginx configuration.
heavy usage of the nginx
include
directive will be required.The text was updated successfully, but these errors were encountered: