Hi,
I aim to build nginx from source, statically linked, and run into issues
when `http_xslt_module` is enabled or I'm building with NJS 0.7.10
(which also needs xslt).
I've created a simplified docker build to debug this issue at
https://git.compilenix.org/CompileNix/docker-nginx-static
Th
Hey Nikolaos,
I was able to reproduce your exact error and find a solution that should
meet your needs, using the current Rocky Linux 8 container image from
https://hub.docker.com/_/rockylinux with the image id of c79048e50f5f.
My solution in short: Install the package `brotli-devel`.
Here ar
Hi Nick,
have you tried to remove the trailing slash from the upstream url?
Turning: "proxy_pass http://example.private.noa.gr:80/;";
info: "proxy_pass http://example.private.noa.gr:80;";
If this resloves your issue, you can find the details in the docs here:
https://nginx.org/en/docs/http/ngx