Nginx won't build with xslt into static linked binary

2023-02-12 Thread Kevin Weis via nginx
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

Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Kevin Weis via nginx
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

WordPress Website not rendered properly via nginx reverse proxy

2024-10-15 Thread Kevin Weis via nginx
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