-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: support include other nginx config #2803
Conversation
stream_proxy: | ||
tcp: | ||
- 9100 | ||
nginx_config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about this style? I think one level is enough and it looks simpler.
nginx_config:
main_configuration_snippet: |
daemon on;
http_configuration_snippet: |
chunked_transfer_encoding on;
http_server_configuration_snippet: |
set $my "var";
http_admin_configuration_snippet: |
log_format admin "$request_time $pipe";
stream_configuration_snippet: |
tcp_nodelay off;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@membphis
Changed.
should add some doc to guide users. |
Add a reference to https://github.com/apache/apisix/blob/master/doc/README.md . |
@membphis |
@nic-chen please take a look when you have time |
Close #2565
Close #1620
What this PR does / why we need it:
Pre-submission checklist: