[GitHub] [apisix] spacewander commented on issue #2565: support include other nginx config in the apisix(lua file)

2020-11-05 Thread GitBox
spacewander commented on issue #2565: URL: https://github.com/apache/apisix/issues/2565#issuecomment-722755664 @nanamikon I think we can write them in a literal block, see `literal_block` in https://learnxinyminutes.com/docs/yaml/. We should take care about the indentation of Nginx

[GitHub] [apisix] spacewander commented on issue #2565: support include other nginx config in the apisix(lua file)

2020-10-30 Thread GitBox
spacewander commented on issue #2565: URL: https://github.com/apache/apisix/issues/2565#issuecomment-71933 @tzssangglass Configure `lua_shared_dict` is already supported: https://github.com/apache/apisix/blob/1fb000c92e9252c5872a83278cb44652ebdfe4d5/conf/config-default.yaml#L142

[GitHub] [apisix] spacewander commented on issue #2565: support include other nginx config in the apisix(lua file)

2020-10-29 Thread GitBox
spacewander commented on issue #2565: URL: https://github.com/apache/apisix/issues/2565#issuecomment-719163843 I will vote for ingress-nginx's snippet feature: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#configuration-snippet This