-
Notifications
You must be signed in to change notification settings - Fork 351
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
apisix custom nginx location dynamic configure #600
Comments
Due to the different implementation mechanisms of APISIX and Nginx, in APISIX ingress, we recommend using CRD (eg ApisixRoute Resource) to define routes (similar to the location in Nginx). In ApisixRoute resources, all routing rules are declared under In addition, using snippets is not easy to verify, and the more configuration, the more difficult it is to maintain. BTW, Please use English when discuss. |
Are there any special configurations that you have to use and are not easy to implement by APISIX primitives like Route and Plugins? If not so, you can just use the APISIX primitives. |
xref: apache/apisix#4423 |
@ly123-liu we can support under the new architecture #610 feel free to reopen it. |
apisix: 2.6
apisix-dashboard: 2.7
etcd: 3.5
apisix 是否在单个server 块中支持动态新增nginx location配置 或者其他指令呢?
apisix 在启动的配置中可通过snip支持,但是后续可能会存在新增的server name 有其他需求,apisix 能支持类似nginx-ingress ,不同的server可配置snip并且动态配置吗?
The text was updated successfully, but these errors were encountered: