zhangjie

Results 8 comments of zhangjie

lua-nginx-module-0.10.12 is not compatible with nginx-1.24.0,because `ngx_array_t cookies` become `ngx_table_elt_t cookie`. you can use nginx-1.21.6. ![image](https://github.com/openresty/lua-nginx-module/assets/49422942/1a1f6ed5-b410-4972-846b-9d339a35c384) ![image](https://github.com/openresty/lua-nginx-module/assets/49422942/df4ef513-fe25-434d-826f-8a26eeba7b67)

> We are currently trying to refrain from snippets and/or Lua at all, so I'm not sure if it makes sense to further extend these parts of the codebase. >...

It's a fix, this is my analysis, not English, need translation (https://zjfans.github.io/2024/08/25/Problems%20with%20ingress-nginx%20using%20limit_except/)

> Do I understand correctly, that in case of a forbidden request method NGINX does not enter the location block and therefore does not set the proxy upstream name, but...

@Gacko I have a question, e2e does not allow post, but I need to test get and post, can you give me some advice ``` f.HTTPTestClient(). POST("/"). WithHeader("Host", host). Expect()....

It's great that you discussed this issue. I also think this fix is ​​not good enough. But I can't think of a better solution. The good thing is that this...

In Nginx, fail_timeout and max_fails remove failed backend for a certain period of time, but the balancer does not have this capability. ``` proxy_next_upstream_tries 3; upstream test { server 127.0.0.1:8080...

Now, I have submitted the PR of the stream module @zhuizhuhaomeng