-
Hi guys,
I'm not clear if this is just a documentation issue, or an actual bug. The docs for `ngx.run_worker_thread` state that it can work inside of `rewrite_by_lua*`, `access_by_lua*` and `conten…
-
# 'error_page' directive does not work under 'ngx.location.capture()'
### Summary:
If the requested location has the 'error_page' configured and should be triggered (including default error_page),…
-
```
./ngx-active-reqs -p 15470
semantic error: symbol without referent: identifier 'nreqs' at :131:13
source: if (nreqs || !0) {
^
semantic error: wh…
-
Hello.
I can't compile nginx with this module. This is the make error:
cc -c -I /home/mimiko/src/nginx-modules/ngx_http_js_module/src/ -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror…
-
Hi.
We have very strange issue with ngx_pagespeed. Our web developers by mistake created very huge page (~15Mb). And this page contains ~35k images tags. At start child proccess of nginx consumes ~40…
-
My TCP-based protocol needs to use openresty+lua as a gateway. After tcp client establishes a link with the gateway, the first 1536 bytes packet will tell the destination server address. The lua scrip…
-
Hi I have problem after upgrade to openresty/1.13.6.2, ubuntu 16.04. openresty was build by source.
My request go to server A have been process by lua block on other Server config block of nginx, let…
-
Hi, in I am running an Ubuntu 20.04 LEMP server with the following modules enabled:
`ngx_http_brotli_filter_module.so, ngx_http_brotli_static_module.so, ngx_http_cache_purge_module.so ngx_http_modse…
-
If you are using `Vary`, you might purge a specific variant, but that variant may still be present in the cache and served to clients.
In [this example](https://github.com/FRiCKLE/ngx_cache_purge/f…
-
Hello,
After reading the issue #23 I have updated my configuration to the following:
https://gist.github.com/frozenminds/5a1f0b9047c7af69ec61
Each SSI request will try to get the content from Redis,…