Re: WordPress Website not rendered properly via nginx reverse proxy

2024-10-15 Thread Nikolaos Milas via nginx
On 15/10/2024 5:11 μ.μ., Kevin Weis via nginx wrote: have you tried to remove the trailing slash from the upstream url? Hi Kevin, Thanks for the hint. I tried that but no, removing the trailing slash did not change anything. Any other hints will be welcome! Thanks again, Nick smime.p7s

WordPress Website not rendered properly via nginx reverse proxy

2024-10-15 Thread Kevin Weis via nginx
inx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass -- Best regards Kevin Weis Pronouns: he / him https://compilenix.org ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

WordPress Website not rendered properly via nginx reverse proxy

2024-10-15 Thread Nikolaos Milas via nginx
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 correctly. I can only see the main page areas and only some text at some places, but

nginx-1.27.2

2024-10-02 Thread Sergey Kandaurov
Changes with nginx 1.27.202 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 stream module. *) Feature

Nginx behavior still working as is today ?

2024-09-28 Thread Mik J via nginx
after try_files. That was 11 years ago, is it still true ? I use Nginx 1.24 Also, I have something like this server {     listen 80; ...     location / {   try_files $uri $uri/ /index.php$is_args$args; ... In that location bloc I have   location ~ ^(.+\.php

Re: NGINX has moved to Github!

2024-09-06 Thread Paul
On 2024-09-06 11:11, Roman Arutyunyan wrote: 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 contributions in the form of Pull Requests. Additio

NGINX has moved to Github!

2024-09-06 Thread Roman Arutyunyan
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 contributions in the form of Pull Requests. Additionally, starting today, we will begin accepting

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

2024-09-03 Thread Sergey A. Osokin
Hi Nikolas, On Tue, Sep 03, 2024 at 10:48:30PM +0300, Nikolaos Milas via nginx wrote: > On 3/9/2024 9:57 μ.μ., Kevin Weis via nginx wrote: > > ... > > I was able to reproduce your exact error and find a solution that should > > meet your needs, using the current Rocky Linux 8

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

2024-09-03 Thread Nikolaos Milas via nginx
On 3/9/2024 9:57 μ.μ., Kevin Weis via nginx wrote: ... 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

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

2024-09-03 Thread Kevin Weis via nginx
p; git submodule update --init && cd / wget https://nginx.org/download/nginx-1.27.1.tar.gz && tar zxvf nginx-1.27.1.tar.gz cd nginx-1.27.1 ./configure --with-compat --add-dynamic-module=../ngx_brotli make modules Hope this helps :) K

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

2024-09-03 Thread Nikolaos Milas via nginx
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 fails with the error: /usr/bin/ld: cannot find -lbrotlienc /usr/bin/ld: cannot find

nginx-1.26.2

2024-08-14 Thread Sergey Kandaurov
Changes with nginx 1.26.214 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. -- Sergey Kandaurov

nginx-1.27.1

2024-08-14 Thread Sergey Kandaurov
Changes with nginx 1.27.114 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. *) Change: now the stream module

Re: Debugging CPU usage in Nginx

2024-08-13 Thread Brad Patton
to fall back to the OS version. I went ahead and fixed that to make it use 1.1.0 like it supposed to and that caused the activity to drop to about 25%! It's a huge drop! But it's still not where it should be for sure. For example, if I completely disable Brotli in the Nginx config and

Re: Debugging CPU usage in Nginx

2024-08-12 Thread Clima Gabriel
If your Nginx is compiled with debug symbols you may see some useful info `perf top` On Mon, Aug 12, 2024, 6:24 PM Brad Patton wrote: > Hi all, > > About 2 months ago the CPU usage on 1 of our servers started going crazy. > All of a sudden, Nginx itself started using about 6x the

Debugging CPU usage in Nginx

2024-08-12 Thread Brad Patton
Hi all, About 2 months ago the CPU usage on 1 of our servers started going crazy. All of a sudden, Nginx itself started using about 6x the CPU power to serve requests with no increase in traffic at all. It's a dramatic difference and it's directly attributed to Nginx, not PHP, M

Re: nginx/1.26.1 as a reverse proxy strips the Content-Length field from response, no matter what I do

2024-08-11 Thread Tobias Damisch via nginx
rame-Options: SAMEORIGIN^M X-Permitted-Cross-Domain-Policies: none^M X-Request-Id: ^M X-Robots-Tag: noindex, nofollow^M X-Xss-Protection: 1; mode=block^M Connection: close^M Transfer-Encoding: chunked^M - So I am back to the prob

nginx/1.26.1 as a reverse proxy strips the Content-Length field from response, no matter what I do

2024-08-11 Thread Tobias Damisch via nginx
Hi everyone, first-time poster here. I am trying to run nextcloud AIO behind a nginx/1.26.1 reverse proxy. When I download a file from the nextcloud, in the answer there is no Content-Length field coming out of nginx, while it was there when nextcloud AIO sent it (I have sniffed the traffic with

Re: nginx pgp key nginx_signing.key

2024-07-11 Thread Konstantin Pavlov
Hi Ivan! On 07/07/2024 6:39 AM, Ivan Strelnikov via nginx wrote: Hello! Many years ago i started use `nginx_signing.key` from this url: `https://nginx.org/packages/keys/nginx_signing.key` but now i find out that it is expired and outdated. Fresh key is here: `https://nginx.org/keys

Re: proxy_bind/splitting with nginx mail module for IMAP

2024-07-10 Thread Sergey A. Osokin
Hi Malte, hope you're doing well. On Wed, Jul 10, 2024 at 07:09:42PM +0200, Malte Schmidt via nginx wrote: > > I am currently working on a setup using nginx mail module with several > backends. Due to port exhaustion, I would like to do splitting of outgoing > connections a

proxy_bind/splitting with nginx mail module for IMAP

2024-07-10 Thread Malte Schmidt via nginx
I am currently working on a setup using nginx mail module with several backends. Due to port exhaustion, I would like to do splitting of outgoing connections across several IPs. For http this is well documented, but for the mail module I could not find anything. Simply trying "proxy_bin

nginx pgp key nginx_signing.key

2024-07-07 Thread Ivan Strelnikov via nginx
is exist or outdated? Maybe we should update it or please explain me if i wrong. P.S. Sorry, if this is wrong place for this kind of questions, i can't find more proper one. -- Ivan ___ nginx mailing list nginx@nginx.org https://mailman.ngin

NGINX JavaScript (njs) has migrated to Github

2024-06-05 Thread Dmitry Volyntsev
Hello, This week we took the next step in our commitment to the Open Source community by moving the official njs code repository to GitHub (https://github.com/nginx/njs). As part of the move, we have revamped our testing infrastructure and added clearer guidelines around installation, building

Re: nginx-1.27.0 - shasum does not match with expected shasum from pkg-oss

2024-05-29 Thread Igor Ippolitov
On 29/05/2024 17:22, Igor Ippolitov wrote: On 29/05/2024 16:52, Daniel Jagszent wrote: Hello, the SHA512 of https://nginx.org/download/nginx-1.27.0.tar.gz (downloaded 2024-05-29 15:42:02 UTC) is

Re: nginx-1.27.0 - shasum does not match with expected shasum from pkg-oss

2024-05-29 Thread Igor Ippolitov
On 29/05/2024 16:52, Daniel Jagszent wrote: Hello, the SHA512 of https://nginx.org/download/nginx-1.27.0.tar.gz (downloaded 2024-05-29 15:42:02 UTC) is 251bfe65c717a8027ef05caae2ab2ea73b9b544577f539a1d419fe6adf0bcc846b73b58f54ea3f102df79aaf340e4fa56793ddadea3cd61bcbbe2364ef94bacb This does not

nginx-1.27.0 - shasum does not match with expected shasum from pkg-oss

2024-05-29 Thread Daniel Jagszent
Hello, the SHA512 of https://nginx.org/download/nginx-1.27.0.tar.gz (downloaded 2024-05-29 15:42:02 UTC) is 251bfe65c717a8027ef05caae2ab2ea73b9b544577f539a1d419fe6adf0bcc846b73b58f54ea3f102df79aaf340e4fa56793ddadea3cd61bcbbe2364ef94bacb This does not match with the shasum expected here https

nginx security advisory (CVE-2024-31079, CVE-2024-32760, CVE-2024-34161, CVE-2024-35200)

2024-05-29 Thread Sergey Kandaurov
Hello! Four security issues were identified in nginx HTTP/3 implementation, which might allow an attacker that uses a specially crafted QUIC session to cause a worker process crash (CVE-2024-31079, CVE-2024-32760, CVE-2024-35200), worker process memory disclosure on systems with MTU larger than

nginx-1.26.1

2024-05-29 Thread Sergey Kandaurov
Changes with nginx 1.26.129 May 2024 *) Security: when using HTTP/3, processing of a specially crafted QUIC session might cause a worker process crash, worker process memory disclosure on systems with MTU larger than 4096 bytes, or might have

nginx-1.27.0

2024-05-29 Thread Sergey Kandaurov
Changes with nginx 1.27.029 May 2024 *) Security: when using HTTP/3, processing of a specially crafted QUIC session might cause a worker process crash, worker process memory disclosure on systems with MTU larger than 4096 bytes, or might have

Re: NGINX multiple authentication methods (one or the other) AND an IP check seems impossible

2024-05-27 Thread Gergő Vári
s phases, where auth_basic >and co are evaluated. > >geo $allowed_ip { >xxx.xxx.xxx.xxx/24 1; >default0; >} > >... > >location / { >if ($allowed_ip = 0) { >return 403; >} > >rest of config without allow/den

Re: NGINX multiple authentication methods (one or the other) AND an IP check seems impossible

2024-05-26 Thread J Carter
{ if ($allowed_ip = 0) { return 403; } rest of config without allow/deny. } _______ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

NGINX multiple authentication methods (one or the other) AND an IP check seems impossible

2024-05-26 Thread Gergő Vári
``` location / { proxy_pass $forward_auth_target; allow x/24; deny all; satisfy any; # This gets satisfied by the IP check, and auth is completely bypassed auth_basic ""; auth_basic_user_file "/etc/nginx/basic_auth/$forw

SVN front-end using Nginx?

2024-05-21 Thread Jeffrey Walton
Hi Everyone, I'd like to use SVN, and Nginx as the web server for it. From what I've found, it looks like Apache is required due to mod_dav_svn (and the combo is Apache with Nginx proxy). I also came across svnserve, but I am not familiar with it. Is anyone aware of a way to use a

Re: nginx configured as loadbalancer returning 404 not found

2024-05-17 Thread Kaushal Shriyan
On Fri, May 17, 2024 at 7:39 PM Sergey A. Osokin wrote: > Hi Kaushal, > > On Fri, May 17, 2024 at 04:49:59PM +0530, Kaushal Shriyan wrote: > > > > I am running nginx version 1.26 on "Ubuntu 22.04.4 LTS" I have configured > > the nginx as load balancer and the

Re: nginx configured as loadbalancer returning 404 not found

2024-05-17 Thread Sergey A. Osokin
Hi Kaushal, On Fri, May 17, 2024 at 04:49:59PM +0530, Kaushal Shriyan wrote: > > I am running nginx version 1.26 on "Ubuntu 22.04.4 LTS" I have configured > the nginx as load balancer and the configuration details are as follows > > # nginx -v > nginx version:

nginx configured as loadbalancer returning 404 not found

2024-05-17 Thread Kaushal Shriyan
Hi, I am running nginx version 1.26 on "Ubuntu 22.04.4 LTS" I have configured the nginx as load balancer and the configuration details are as follows # nginx -v nginx version: nginx/1.26.0 # server { listen 8085; #server_name 172.30.2.11; server name 21

Eprints (using PERL CGI)over NGINX reverse proxy

2024-05-07 Thread zen zenitram
Good day! We have Institutional Repository that is made with the use of Eprints, It has no problem uploading file up to 1 gb as default when in local access. but when we use NGINX as the reverse proxy it only accept up to 128 kb file. Does PERL CGI affects the upload limit over NGINX? we

Re: I need help with our NGINX set up

2024-04-30 Thread zen zenitram
is what happen when we try to upload file more than 128 kb. Too >> check if it is on server side we run the server without nginx and it can >> upload larger size files. >> >> Thank you! >> >> >> >> On Fri, Apr 19, 2024 at 6:18 PM Reinis Rozitis via ng

Re: I need help with our NGINX set up

2024-04-30 Thread Dan Swaney
erfault.com/a/704209 On Tue, Apr 23, 2024, 4:49 AM zen zenitram wrote: > Good day! > > Here is what happen when we try to upload file more than 128 kb. Too check > if it is on server side we run the server without nginx and it can upload > larger size files. > > Thank you! >

nginx-1.26.0

2024-04-23 Thread Roman Arutyunyan
Changes with nginx 1.26.023 Apr 2024 *) 1.26.x stable branch. Roman Arutyunyan a...@nginx.com ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Leaky NGINX Plugin Advice

2024-04-23 Thread Alex Hussein-Kershaw (HE/HIM) via nginx
Hi Folks, I've inherited an nginx plugin, written against 0.7.69 that has recently been moved to use nginx 1.24.0 to resolve the need to ship old versions of openssl. I've found during performance testing that it's leaking file descriptors. After a few hours running and l

RE: I need help with our NGINX set up

2024-04-19 Thread Reinis Rozitis via nginx
end application or server which handles the POST request (as an example - PHP has its own post_max_size / upload_max_filesize settings). p.s. while it's unlikely (as you specify the settings in particular location blocks) since you use wildcard includes it is always good to check wit

Re: nginx-1.25.5

2024-04-19 Thread Kirill A . Korinsky
I don't see any reason to use it, and do not accept connection by target server with one exception: you need some module which exists only for ngx_stream_... -- wbr, Kirill ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.25.5

2024-04-19 Thread Sébastien Rebecchi
ility to enjoy not enough free ports. > > Shall I continue? > > -- > wbr, Kirill > ___ > nginx mailing list > nginx@nginx.org > https://mailman.nginx.org/mailman/listinfo/nginx > ___ ng

Re: nginx-1.25.5

2024-04-19 Thread Kirill A . Korinsky
el spaces. With possibility to enjoy not enough free ports. Shall I continue? -- wbr, Kirill _______ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

I need help with our NGINX set up

2024-04-19 Thread zen zenitram
Good day! We have an Institutional Repository server that uses NGINX as load balancer but we encountered problem when trying to upload documents to the repository. It only accepts maximum of 128 kb of data, but the client_max_body_size 500M;. Is there a way to locate the cause of error. Here are

Re: nginx-1.25.5

2024-04-18 Thread Fabiano Furtado Pessoa Coelho
Hi... On Wed, Apr 17, 2024 at 3:27 PM Roman Arutyunyan wrote: > > Hello, > > On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx wrote: > > *) Feature: the ngx_stream_pass_module. > > > Hello, > what is the difference between pass from ngx_stream_pas

Re: nginx-1.25.5

2024-04-17 Thread Roman Arutyunyan
Hello, > On 17 Apr 2024, at 6:32 PM, Reinis Rozitis via nginx wrote: > >> *) Feature: the ngx_stream_pass_module. > > Hello, > what is the difference between pass from ngx_stream_pass_module and > proxy_pass from ngx_stream_proxy_module? > > As in what

Nginx-1.25.3 Proxy_temp Creating Files root partition

2024-04-17 Thread Mayiani, Martin Martine - mayianmm via nginx
Hi, So for some odd reason Nginx creating temp files in the root partition and filling up disk and deleting at a slow rate. Aren't this files supposed to be in /var/cache/nginx/proxy_temp . ?? currently they're locate at /etc/nginx/proxy_temp. How do I change that and how

RE: nginx-1.25.5

2024-04-17 Thread Reinis Rozitis via nginx
socket"? wbr rr _______ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx-1.25.5

2024-04-17 Thread juef via nginx
Hi, (Tue, 16 Apr 20:40) Roman Arutyunyan: > Changes with nginx 1.25.516 Apr 2024 > > *) Feature: virtual servers in the stream module. > > *) Feature: the ngx_stream_pass_module. > > *) Feature: the "deferred"

Nginx 1.26

2024-04-16 Thread Vishwas Bm
Hi, When will nginx 1.26.0 be available ? Any specific timeline for this ? Regards, Vishwas ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

nginx-1.25.5

2024-04-16 Thread Roman Arutyunyan
Changes with nginx 1.25.516 Apr 2024 *) Feature: virtual servers in the stream module. *) Feature: the ngx_stream_pass_module. *) Feature: the "deferred", "accept_filter", and "setfib" parameters of the &q

Re: NGINX upload limit

2024-04-15 Thread zen zenitram
Good day! Here is the NGINX Configuration, we tried everything but up to now the upload max limit is still at 128 kb. */etc/nginx/nginx.conf* worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { worker_connections 768; # multi_accept on

Re: Nginx ignores proxy_no_cache

2024-04-07 Thread Maxim Dounin
Hello! On Sun, Apr 07, 2024 at 01:36:21PM +0200, Kirill A. Korinsky wrote: > Greetings, > > Let assume that I would like behavior on LB from the backend and force it to > cache only resposnes that have a X-No-Cache header with value NO. > > Nginx should cache a response wi

Nginx ignores proxy_no_cache

2024-04-07 Thread Kirill A . Korinsky
Greetings, Let assume that I would like behavior on LB from the backend and force it to cache only resposnes that have a X-No-Cache header with value NO. Nginx should cache a response with any code, if it has such headers. This works well until the backend is unavailable and nginx returns a

Re: Nginx prematurely closing connections when reloaded

2024-03-29 Thread Sébastien Rebecchi
Hi Igor, I did not have error_log directive at main context, so it took default conf, which seems why i got only 1 log file. I added directive and now I have more logs when I do nginx -s reload: 2024/03/29 09:04:20 [notice] 1064394#0: signal process started 2024/03/29 09:04:20 [notice] 3718160#0

Re: Nginx prematurely closing connections when reloaded

2024-03-28 Thread Igor Ippolitov
Rebecchi wrote: Hi Igor, Thanks for the answer. I really got that message 'signal process started' every time i do 'nginx -s reload' and this is the only log line I have, I don't have the other lines you mentioned. Is there anything to do to enable those logs? Sébast

Re: Nginx prematurely closing connections when reloaded

2024-03-28 Thread Sébastien Rebecchi
Hi Igor, Thanks for the answer. I really got that message 'signal process started' every time i do 'nginx -s reload' and this is the only log line I have, I don't have the other lines you mentioned. Is there anything to do to enable those logs? Sébastien Le jeu.

Re: Nginx prematurely closing connections when reloaded

2024-03-28 Thread Igor Ippolitov
5#0: signal process started --- END --- I did not configure worker_shutdown_timeout, it is unlimited. Sébastien. Le lun. 25 mars 2024 à 17:59, Igor Ippolitov a écrit : Sébastien, Nginx should keep active connections open and wait for a request to complete before closing. A re

Re: Nginx prematurely closing connections when reloaded

2024-03-26 Thread Sébastien Rebecchi
:59, Igor Ippolitov a écrit : > Sébastien, > > Nginx should keep active connections open and wait for a request to > complete before closing. > A reload starts a new set of workers while old workers wait for old > connections to shut down. > The only exception I

Re: Nginx prematurely closing connections when reloaded

2024-03-25 Thread Igor Ippolitov
Sébastien, Nginx should keep active connections open and wait for a request to complete before closing. A reload starts a new set of workers while old workers wait for old connections to shut down. The only exception I'm aware of is having worker_shutdown_timeout configured: in this c

Re: Nginx prematurely closing connections when reloaded

2024-03-25 Thread Craig Hoover
Sent from my mobile phone (301) 785-4377On Mar 25, 2024, at 8:32 AM, Sébastien Rebecchi wrote:HelloI have an issue with nginx closing prematurely connections when reload is performed.I have some nginx servers configured to proxy_pass requests to an upstream group. This group itself is composed

Re: Nginx prematurely closing connections when reloaded

2024-03-25 Thread Craig Hoover
avoid the 502 errors: 1. nGinx: proxy_read_timeout and proxy_send_timeout should be set higher if not equal (60s) 2. NodeJS: server.keepAliveTimeout = 70 * 1000; server.headersTimeout = 75 * 1000; keepaliveTimeout for the NodeJS app needs to be longer than the nginx timeouts and headersTimeout nee

Nginx prematurely closing connections when reloaded

2024-03-25 Thread Sébastien Rebecchi
Hello I have an issue with nginx closing prematurely connections when reload is performed. I have some nginx servers configured to proxy_pass requests to an upstream group. This group itself is composed of several servers which are nginx themselves, and is configured to use keepalive

Re: nginx-niggers and nginx-lgbt projects.

2024-03-16 Thread F Reflux
.org/wiki/GNAA> _______ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

nginx-niggers and nginx-lgbt projects.

2024-03-16 Thread GNAA Jmax
Dear Brothers and Sisters: I am interested in starting some nginx projects. As a homosexual, nginx-using, black, I am surprised at the low numbers of black and/or LGBT members of the nginx community. I believe that starting nginx-niggers, and nginx-gay or nginx-lgbt projects would help to

Re: Query on diff between nginx 1.18 and nginx 1.20+

2024-03-13 Thread Vishwas Bm
Hi Sergey, Thanks for the reply. We see the same behaviour with nginx 1.24 and connection breaks because of client_header_timeout. Can you provide more information on keepalive_timeout and client_header_timeout. When does these two timers get triggered. If you can brief explanation with respect

Re: nginx can't implement session stickiness with nodeport services, must be clusterip?

2024-03-13 Thread Sergey A. Osokin
Hi David, On Fri, Mar 08, 2024 at 11:18:10AM -0800, David Karr wrote: > I maintain the Java side of a platform that supports a couple of hundred > services running in a number of k8s clusters. Each pod has a container > running the Java process, and a container running nginx, as a pro

Re: Query on diff between nginx 1.18 and nginx 1.20+

2024-03-13 Thread Sergey A. Osokin
eout configuration. [...] The request is related to a legacy version of nginx, could you try to use the recent stable version, 1.24.0. Thank you. -- Sergey A. Osokin ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

Re: AWS + ECS Docker NodeJS 20 + nGinx Docker Sidecar

2024-03-13 Thread Sergey A. Osokin
Hi Graig, On Wed, Mar 13, 2024 at 03:05:00PM -0400, Craig Hoover wrote: > We have a pretty hard-hitting API application in NodeJS that is deployed in > AWS ECS using nGinx as a sidecar container to proxy to the NodeJS services. > > We have some odd issues that occur where the NodeJS

AWS + ECS Docker NodeJS 20 + nGinx Docker Sidecar

2024-03-13 Thread Craig Hoover
We have a pretty hard-hitting API application in NodeJS that is deployed in AWS ECS using nGinx as a sidecar container to proxy to the NodeJS services. We have some odd issues that occur where the NodeJS application reports millisecond processing times up to res.send() but occasionally, the

Query on diff between nginx 1.18 and nginx 1.20+

2024-03-11 Thread Vishwas Bm
HI, We were using the tool from *https://github.com/fstab/h2c <https://github.com/fstab/h2c> *and seeing change in behaviour between 1.18 and 1.20+ wrt client_header_timeout configuration. We suspect change https://github.com/nginx/nginx/commit/0f5d0c5798eacb60407bcf0a76fc0b2c39e356bb c

nginx web server configuration file for Suprema BioStar 2 Door Access System

2024-03-08 Thread Turritopsis Dohrnii Teo En Ming via nginx
Subject: nginx web server configuration file for Suprema BioStar 2 Door Access System Good day from Singapore, On 7 Mar 2024 Thursday, I was installing NEW self-signed SSL certificate for Suprema BioStar 2 door access system version 2.7.12.39 for a law firm in Singapore because the common

nginx can't implement session stickiness with nodeport services, must be clusterip?

2024-03-08 Thread David Karr
I maintain the Java side of a platform that supports a couple of hundred services running in a number of k8s clusters. Each pod has a container running the Java process, and a container running nginx, as a proxy to the Java service. All the k8s service objects are type NodePort, not ClusterIP. I

Re: NGINX upload limit

2024-03-01 Thread Sergey A. Osokin
Hi there, On Fri, Mar 01, 2024 at 04:45:07PM +0800, zen zenitram wrote: > > We created an institutional repository with eprints and using NGINX as load > balancer, but we encountered problem in uploading file to our repository. > It only alccepts 128 kb file upload, the client_max_

NGINX upload limit

2024-03-01 Thread zen zenitram
Good day! We created an institutional repository with eprints and using NGINX as load balancer, but we encountered problem in uploading file to our repository. It only alccepts 128 kb file upload, the client_max_body_size is set to 2 gb. but still it only accepts 128 kb max upload size. How to

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-26 Thread Kin Seng
Hi J Carter, Thank you so much for your suggestions, I did tcpdump concurrently on both nginx and client app host as well and able to find out that F5 device in between is sending out RST to both side. Now i am able to exclude Nginx's configuration as part of the investigation. On Thu, F

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-21 Thread J Carter
Hello, On Tue, 20 Feb 2024 11:57:27 +0800 Kin Seng wrote: > Hi J Carter, > > Thank you for your reply. > I am capturing the packet from firewall, and the filtering is as per below > for the previously attached pcap. I see, I assumed you had run tcpdump on the nginx host. I&#x

Re: Issues building Nginx using boringssl

2024-02-20 Thread Jinze YANG
Hi Jeff, You are right, nginx does use different libraries when running, and after I replaced the original library files, nginx returned to normal. On Tue, Feb 20, 2024 at 10:19 PM Jinze YANG https://mailman.nginx.org/mailman/listinfo/nginx>> wrote: >>* After I built libssl as a sh

Re: Issues building Nginx using boringssl

2024-02-20 Thread Jeffrey Walton
On Tue, Feb 20, 2024 at 10:19 PM Jinze YANG wrote: > > After I built libssl as a shared library, the compilation could be completed > normally, but I encountered some problems after compilation. The details are > as follows: > root@VM-8-12-debian /www/server/nginx/sbin # ./ngi

Re: Issues building Nginx using boringssl

2024-02-20 Thread Jinze YANG
Hello, After I built libssl as a shared library, the compilation could be completed normally, but I encountered some problems after compilation. The details are as follows:root@VM-8-12-debian /www/server/nginx/sbin # ./nginx -t ./nginx: symbol lookup error: ./nginx: undefined symbol

Re: Issues building Nginx using boringssl

2024-02-20 Thread Sergey Kandaurov
> On 20 Feb 2024, at 09:22, 杨金泽 wrote: > > Hello, > I encountered the following error when using boringssl to build Nginx: > checking for OpenSSL library ... not found > checking for OpenSSL library in /usr/local/ ... not found > checking for OpenSSL library in /u

Re: Issues building Nginx using boringssl

2024-02-20 Thread Jinze YANG
st Regards, > > Jinze Yang > > > > ------- > > > On Tue, Feb 20, 2024 at 12:23 AM 杨金泽 <mailto:rttw...@gmail.com>> wrote: > > > > > > > > I encountered the following error when using boringssl to build >

Re: Issues building Nginx using boringssl

2024-02-20 Thread Roman Arutyunyan
s but this > Doesn't play any role. > > -- > Best Regards, > Jinze Yang > > --- > > On Tue, Feb 20, 2024 at 12:23 AM 杨金泽 > <mailto:rttw...@gmail.com>> wrote: > > > > > > I encountered the follo

Re: Issues building Nginx using boringssl

2024-02-20 Thread Jinze YANG
using boringssl to build > Nginx: > > checking for OpenSSL library ... not found > > checking for OpenSSL library in /usr/local/ ... not found > > checking for OpenSSL library in /usr/pkg/ ... not found > > checking for OpenSSL library in /opt/local/ ... not found > >

Re: Issues building Nginx using boringssl

2024-02-19 Thread Jeffrey Walton
On Tue, Feb 20, 2024 at 12:23 AM 杨金泽 wrote: > > I encountered the following error when using boringssl to build Nginx: > checking for OpenSSL library ... not found > checking for OpenSSL library in /usr/local/ ... not found > checking for OpenSSL library in /usr/pkg/ ... not found

Issues building Nginx using boringssl

2024-02-19 Thread 杨金泽
Hello, I encountered the following error when using boringssl to build Nginx: checking for OpenSSL library ... not found checking for OpenSSL library in /usr/local/ ... not found checking for OpenSSL library in /usr/pkg/ ... not found checking for OpenSSL library in /opt/local/ ... not found

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Kin Seng
Hi J Carter, Thank you for your reply. I am capturing the packet from firewall, and the filtering is as per below for the previously attached pcap. Source : client app -- Dest : nginx proxy , any port to any port Source : public server -- Dest : nginx proxy , any port to any port Source

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread J Carter
ate the closing? > Packet capture is the easiest, however it looks like you have missing data in PCAP for some reason (like tcpdump filters). I suppose you could also perform packet capture on the client app host instead of on the nginx host to corroborate the data - that would show who sen

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Kin Seng
t; On Mon, 19 Feb 2024 16:24:48 +0800 > Kin Seng wrote: > > [...] > > Please refer to the attachments for reference. > > > > On Mon, Feb 19, 2024 at 4:24 PM Kin Seng wrote: > > > After capturing the tcp packet and check via wireshark, I found out > that >

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Kin Seng
Hi Roman, Thanks for the suggestion. Let me get the debugging log up and retest again. On Tue, Feb 20, 2024, 1:02 AM Roman Arutyunyan wrote: > Hi, > > On Mon, Feb 19, 2024 at 04:24:04PM +0800, Kin Seng wrote: > > My current nginx setup always kill the TCP connection aft

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread J Carter
Hello, On Mon, 19 Feb 2024 16:24:48 +0800 Kin Seng wrote: [...] > Please refer to the attachments for reference. > > On Mon, Feb 19, 2024 at 4:24 PM Kin Seng wrote: > > After capturing the tcp packet and check via wireshark, I found out that > > the nginx is sending out

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Roman Arutyunyan
Hi, On Mon, Feb 19, 2024 at 04:24:04PM +0800, Kin Seng wrote: > My current nginx setup always kill the TCP connection after 5 minutes of > inactivity, i.e no transaction. > [From wireshark, nginx send RST to upstream server and then send FIN,ACK to > downstream client] This could b

Re: NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Kin Seng
Please refer to the attachments for reference. On Mon, Feb 19, 2024 at 4:24 PM Kin Seng wrote: > My current nginx setup always kill the TCP connection after 5 minutes of > inactivity, i.e no transaction. > [From wireshark, nginx send RST to upstream server and then send FIN,ACK > t

NGINX Reverse Proxy terminate TCP connection after 5 minutes of inactivity

2024-02-19 Thread Kin Seng
My current nginx setup always kill the TCP connection after 5 minutes of inactivity, i.e no transaction. [From wireshark, nginx send RST to upstream server and then send FIN,ACK to downstream client] I have this setup which requires TLS1.2 connection connecting from my internal network [client

Re: Mirroring The NginX Repo Locally

2024-02-17 Thread Jore
On 18/2/24 3:47 pm, duluxoz wrote: What's the best way to arrange for a local mirror of the NginX Repository: rsync, wget/curl, some other way? How about: hg clone https://hg.nginx.org/nginx/ Or: git clone https://github.com/nginx/ngin

Mirroring The NginX Repo Locally

2024-02-17 Thread duluxoz
Hi All, I haven't been able to locate any (relevant) info on this, so I thought I'd tap into the collective wisdom of the NginX Community: What's the best way to arrange for a local mirror of the NginX Repository: rsync, wget/curl, some other way? We currently run local m

Re: Trying to use nginx + passenger for a rails 6 + angular 14 app...

2024-02-16 Thread Patrick J. Collins
45678.js > some-picture.jpg > ``` > > I had a wildcard route in my rails app that was manually loading the angular > files and serving them, and I am trying to let nginx server them as static > files and no longer do this. The desired behavior that I am lookin

Trying to use nginx + passenger for a rails 6 + angular 14 app...

2024-02-15 Thread Patrick J. Collins
404.html angular-app/ index.html 12345.js 45678.js some-picture.jpg ``` I had a wildcard route in my rails app that was manually loading the angular files and serving them, and I am trying to let nginx server them as static files and no longer do this.

  1   2   3   4   5   6   7   8   9   10   >