nginx-eval-module icon indicating copy to clipboard operation
nginx-eval-module copied to clipboard

A module for evaluating memcached or proxy response into variable

Results 3 nginx-eval-module issues
Sort by recently updated
recently updated
newest added

Hi YiChen, When I made the configuration as below, it doesn't work for me. The proxy_pass url are different in the following 2 cases. My server is running at port...

Hi All, I had build the nginx binary on rhel 7.6 ppc64le (version 1.17.1.1rc0) from source code - https://github.com/openresty/openresty. Please note that, I had copied and used ppc64le compiled LuaJIT...

We were using nginx-eval-module with NGINX 1.16.0 and a configuration of this form: location / { proxy_pass https://some_upstream_server/; eval_override_content_type application/octet-stream; eval $foo { proxy_pass http://foo; proxy_pass_request_headers off; } proxy_set_header Authorization...