Quantcast

nginx-1.27.1 (no replies)

Changes with nginx 1.27.1 14 Aug 2024 *) Security: processing of a specially crafted mp4 file by the ngx_http_mp4_module might cause a worker process crash (CVE-2024-7347). Thanks to Nils Bars. *)...

View Article


nginx-1.26.2 (no replies)

Changes with nginx 1.26.2 14 Aug 2024 *) Security: processing of a specially crafted mp4 file by the ngx_http_mp4_module might cause a worker process crash (CVE-2024-7347). Thanks to Nils Bars. --...

View Article


Default site configured for 444 returns 404 (2 replies)

Platform: debian 12.6 "bookworm", amd64 nginx 1.22.1 I have the following in /etc/nginx/sites-available/default: server { listen 80 default_server; listen [::]:80 default_server; server_name _; return...

View Article

Unable to authenticate with below header (1 reply)

Hi Team, I am trying to proxied the connection while receiving below error in error.log; can someone please help? client sent invalid header: "x-challenge_response" while reading client request...

View Article

Simply proxy with sub_filter and gzip (no replies)

I'm trying to make the simplest proxy possible, for the following scenario: 1. upstream is behind Round Robin DNS 2. I'd need keepalive requests to upstream, even if client closes the connection 3. I...

View Article


CORS Issue : Fetch API cannot load...

Hi! I'm getting this errors message: Access-Control-Allow-Origin cannot contain more than one origin. Fetch API cannot load http://mymapservername/protomaps.pmtiles due to access control checks. Failed...

View Article

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

Hello, I have been regularly upgrading nginx with brotli for a long time without issues, compiling brotli from source with the process you can see below. Now, since version 1.27.0, brotli compilation...

View Article

NGINX has moved to Github! (1 reply)

Hello from NGINX! Today we're thrilled to announce that the official NGINX Open Source development repository has moved from Mercurial to GitHub [1][2][3], where we will now start accepting...

View Article


Need Guidance as In what category should I post? (no replies)

Hello, all! This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection! I am new here but a real enthusiast and...

View Article


High upstream_response_time in NGINX logs, but the actual time to serve the...

What could cause a high upstream_response_time (55 seconds) when the request completion time in the upstream logs is very low (12 ms)? Multiple requests are facing the same issue intermittently under...

View Article

compilation of nginx 1.27.1 with boringssl for http/3 fails on alpine 3.20 (1...

Since the nginx package comes without http_v3_module on alpine I tried to compile it. There are some articles on the internet about this. I did this inside of an alpine 3.20 docker container. So first...

View Article

Building Nginx from source with LibreSSL (no replies)

I was having some trouble yesterday building nginx from source with LibreSSL. Following the documentation https://nginx.org/en/docs/quic.html didn't seem to work with the latest nginx 1.26 and Libressl...

View Article

upstream limit (no replies)

Hello. Is there a limit on the number of servers that can be added in a upstream context? Best regards, Sébastien. _______________________________________________ nginx mailing list nginx@nginx.org...

View Article


Nginx behavior still working as is today ? (no replies)

Hello, Someone pointed this out to me Maxim D.: The ​try_files directive changes URI of a request to the one matched on the file system, and subsequent attempt to split the URI into...

View Article

nginx-1.27.2 (no replies)

Changes with nginx 1.27.2 02 Oct 2024 *) Feature: SSL certificates, secret keys, and CRLs are now cached on start or during reconfiguration. *) Feature: client certificate validation with OCSP in the...

View Article


njs-0.8.6 (no replies)

Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release introduced the QuickJS engine support in nginx modules. Read more here:...

View Article

WordPress Website not rendered properly via nginx reverse proxy (1 reply)

Hello, We are using nginx on a server as a reverse proxy and it works fine serving multiple websites. Now I am trying to reverse proxy another one, a WP website, in the same way, but it won't render...

View Article


njs-0.8.7 (no replies)

Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release fixes excessive memory consumption introduced in 0.8.6. Learn more about njs: - Overview and introduction:...

View Article

mail module support for LMTP (no replies)

Hi I've used NGINX module's auth_http directive to great success with SMTP, IMAP and POP3. In particular the service I'm pointing to by NGINX's auth_http enables me to route mail connections...

View Article

limit_req calculation bug, limiting too early (2 replies)

Hello, nginx community. I found a bug in limit_req requests accounting. My config: ### ... # cloudflare real_ip config set_real_ip_from 173.245.48.0/20; <other same records for cloudflare for v4 and...

View Article

Nginx on Fedora with SELinux (no replies)

Hi Everyone, I'm trying to install Nginx on Fedora 41 with SELinux in enforcing mode. In my case, the document root is /var/www/html (for historic reasons). I added /etc/nginx/conf.d/webserver.conf,...

View Article


Nginx on Fedora with SELinux (no replies)

https://www.mankier.com/8/semanage-fcontext _______________________________________________ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

View Article


nginx-1.27.3 (no replies)

Changes with nginx 1.27.3 26 Nov 2024 *) Feature: the "server" directive in the "upstream" block supports the "resolve" parameter. *) Feature: the "resolver" and "resolver_timeout" directives in the...

View Article

Complete certificate chain not provided by nginx (no replies)

Hi, I have created pem file with the order as follows - - server crt - intermediate certificate - Root certificate. I'm using self-signed SSL certificate, and manually appended the certificates....

View Article

Weird behavior on ngx_http_sub_module (no replies)

Hi NGINX community! I'm using NGINX version 1.26.2 and trying to modify, for instance, the original NGINX "403 Forbidden" static HTML page to customize the body tag. The original HTML source page is......

View Article


Is there a way to force client auth on virtual directory only? (no replies)

So I have a Virtual Server configuration (pointing to a backend application). The application does SAML authentication when a user first hits the page (e.g. myapp.myco.com/app). We're using a separate...

View Article

njs-0.8.8 (no replies)

Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release introduced shared dictionary for QuickJS engine. Learn more about njs: - Overview and introduction:...

View Article

Ingress nginx on k8s as TCP proxy for external, non-k8s service - possible ?...

Hello everyone, I have one AWS account with two VPCs: VPC-1 and VPC-2. They are connected through a PrivateLink (and cannot change that). There is a TCP (layer-4 - not http/https !) network traffic...

View Article

nginx and python script (1 reply)

Hello, i am a newbee from nginx. I need to run a python script via cgi-bin. I search for information about python and nginx, and found fcgiwrap und uwsig. I test uwsig (as cgi-bin), but there i become...

View Article



njs-0.8.9 (no replies)

Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release introduced file system module for QuickJS engine. Learn more about njs: - Overview and introduction:...

View Article