-
Hello
I'm using lua-resty-waf with latest modsecurity crs rules only. But recently I realized that my response rules not working at all! It seems response body won't process! I tested this in reverse…
-
For example we have a client `C`, an HTTPS site `S`, and two nginx proxy servers `A` and `B`:
1. Client `C` sends HTTPS request to proxy server `A`.
2. `A` proxies the request through another proxy …
-
[Dockerfile.txt](https://github.com/openresty/lua-nginx-module/files/5622090/Dockerfile.txt)
ng:1.19.3
ADD https://github.com/openresty/luajit2/archive/v2.1-20201027.tar.gz
#ngx_devel_kit(NDK…
-
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…
-
The OIDF Conformance testing suite just added support for testing DPoP support. Link: https://gitlab.com/openid/conformance-suite/-/releases/release-v5.1.20
It can be good to verify that Keycloak i…
-
I need to transform response body so I am using `r.subrequest` which runs into `too big subrequest response while sending to client`. Several issues are there to this effect and the solution seems to …
-
I have a scenario where the upstream server (in this case Django) may set a few vary headers. I do ignore Set-Cookie in the Nginx configuration.
1. Visit `/path/` from a web browser -> creates a f…
-
**Describe the bug**
Renewing a cert using Cloudflare:
```bash
Type the appropriate number [1-2] or any other key to cancel: 2
Issuing new SSL cert with acme.sh
2024-10-22 22:26:26,694 (INFO) w…
-
**nginx.config**
```
worker_processes auto;
events {
use epoll;
}
http {
log_format main '$remote_addr $remote_user [$time_local] "$request" '
'$status "$http_referer" "$http_us…
-
I'm seeing a few cases where we have mixed content
1. I set up a site, runs on http, https isn't available as of yet
2. Site gets used, pagespeed caches things
3. Reverse proxy with https gets install…