-
### Ⅰ. Issue Description
I built the as per the instructions mentioned in the [readme ](https://github.com/chobits/ngx_http_proxy_connect_module?tab=readme-ov-file#build-nginx) with the exception…
-
I am encountering an issue with the "load_module" directive in my nginx.conf file while using the source code from tag v1.0.0 of the DataDog repository. I am running the code inside a Docker image bas…
-
> objs/addon/ngx_healthcheck_module/ngx_stream_upstream_check_module.o \
> objs/addon/ngx_healthcheck_module/ngx_healthcheck_common.o \
> objs/addon/ngx_healthcheck_module/ngx_healthcheck_status.o \…
-
I have some rows in rows. When I select any row, the footer shows the count of selected rows out of total rows. Now when I select any row and delete it (I slice the array item) the count of selected r…
-
in openresty 1.15.x version , when slicing is on (like: slice 100m ;) for origin content (big than 100 m: 1gb) with wget, in first request range[0-100] openresty phases run order is correct and start …
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit suppo…
-
I am using ngx-translate for managing the translation functionality for an angular application having ng-version="4.4.7"
I have the following key in translations file:
```
en.json :
{
"more…
-
Hi, you might be interested to know that I’ve added this module to Alpine Linux – [nginx-mod-http-auth-jwt](https://pkgs.alpinelinux.org/packages?name=nginx-mod-http-auth-jwt) (it’s available since v3…
-
given this directive:
```
location /redir {
access_by_lua_block {
return ngx.redirect('http://example.com')
}
}
```
The resulting `ngx_table_elt_t` header entry for `…
-
https://www.nginx.com/resources/wiki/extending/converting/
im build dynamic module for nginx:alpine
and changed config to this, original config not building;
ngx_addon_name=ngx_http_subs_filter_m…