NGINX Reverse Proxy Server sending RST and FIN every 5 Minutes of inactivity
My current nginx setup always kill the TCP connection after 5 minutes of inactivity, i.e no transaction. I have this setup which requires TLS1.2 connection connecting from my internal network [client...
View ArticleLog GeoIP
Hello everyone, I install the GeoIP for my Nginx server and it's operational and it's work nicely. But in the log of nginx i have this error : [error] 864283#864283: *1 cycle while evaluating variable...
View ArticleGeneral discussion
Has anyone successfully integrated Alight Motion with Nginx for real-time video streaming? If so, could you please share your configuration or any tips/tricks for optimizing performance and ensuring...
View ArticleRelease Date for NGINX 1.25 Stable Version | HTTP/3 (QUIC)
Good Day! Does anyone know the release date for NGINX V1.25.X Stable Version incorporating HTTP/3 (QUIC)? Currently, only the Mainline version is available. Details: https://nginx.org/en/download.html...
View ArticleNginx cannot read the index file
Hello, Nginx configuration is as follows: server { listen 80; server_name default_server; error_log /var/log/nginx/error.system-default.log; access_log /var/log/nginx/access.system-default.log; charset...
View ArticleMultiple backup in upstream
Hi! I want's to understand how multiple backups works For example, we have 5 instances in upstream upstream backend { server instance-1; server instance-2 backup; server instance-3 backup; server...
View Articlecan nginx work as forward proxy for https traffic ?
Hi Everyone Good morning. Is possible nginx use to process forward proxy traffic for HTTPS destination ? I am having a requirement which is proxy users are point to nginx and proxy user require access...
View ArticleCurl upload via nginx reverse proxy gives error
When uploading the file using curl command via nginx reverse porxy, nginx returns 404 error. This happens only for some specific package. When by passing nginx this file is getting uploaded. We are...
View ArticleMy nginx config resets automatically from time to time erasing all customization
I am a layman in this field. My problem is that my nginx customizations work good for 3 or 4 days then suddenly all the customizations are removed and the configuration is reverted to its previous...
View Articleupstream prematurely closed connection while reading upstream
Hi have a 502 error, when i contact the client give me the error log added in Subject and the 502 error by browser
View Article504 Gateway Time-out
Hello I just posted a request for help on How to page, but this is a seperate request for a problem. I have intermittent issue with 504 messages on the my site which runs on nginx 1.18.0. See attached...
View ArticleNginx Reverse Proxy issue with upstream temporarily disabled
I'm trying to configure a reverse proxy for Artifactory Jfrog. Basically I have three containers: Postgres, Artifactory and Nginx. The idea is to proxy the request to Artifactory through Nginx. I'm...
View ArticleUnstable connection with tcp stream proxy and proxy_bind
Hello, We are using NGINX stream TCP proxy with the proxy_bind transparent directive for IP transparency...
View ArticleUpstream sent "Content-Length" and "Transfer-Encoding" headers at the same
We are upgrading from Nginx 1.22.0 to Nginx 1.24.0. We have an upstream node server that is sending both "Content-Length" and "Transfer-Encoding" headers in the response which eventually causes the...
View ArticleNginx stops processing requests hours after a restart
Hi everyone, I am encountering a problem whenever updating my website's SSL certificate and then restarting Nginx (I use nginx -s quit for stopping Nginx). After Nginx is restarted, it continues...
View Articlenginx weak cipher disabled but still in use
I'm trying to remove DES-CBC3-SHA cipher from nginx config. This is the part of nginx config where !DES is commented out so technically ES-CBC3-SHA should not be used at all. ssl_ciphers...
View ArticleNginx Load Balancing Redirecting to Host Server
Hi Community, Nginx is new for me. I want to use it as a load balancer for two WordPress websites. I installed Ngnix on a Rhel9 server and created a loadbalancer.conf file in etc/nginx/cond.d/ with the...
View ArticleRe: Nginx Load Balancing Redirecting to Host Server
I was able to fix the issue. I added SITEURL and HOME with the Nginx IP address in wp-config.ph file from both hosts and it fixed the issue. Just wanted to post the answer just incase someone is new...
View ArticleNginx does not route traffic to https
This is my nginx conf user nginx; worker_processes auto; error_log /var/log/nginx/error.log notice; pid /run/nginx.pid; # Load dynamic modules. See /usr/share/doc/nginx/README.dynamic. include...
View ArticleAssistance with Setting Up NGINX Load Balancing for a Website
Hello Everyone, I'm having some trouble appropriately establishing NGINX as a load balancer for a web application that I'm working on. I want to split up the traffic equally among three backend servers...
View Articlebackup stays active
i have an upstream clause with two servers. one is the primary and the other is the backup. upstream Service { server 127.0.0.1:8106; server 127.0.0.1:8100 backup; } periodically, the primary server...
View ArticleNginx ERR_CONNECTION_RESET
Hi, I have a WordPress site on Ubuntu 24.04 with Nginx 1.24.0 as web server software. The site is behind a NetworkSolutions load balancer which handles the SSL cert. I am running into a...
View Articlereturn 404 not show my custom error_page
I hope in the ".xxx.net" site, if the domain name is a specific "a.xxx.net", it will return 404 with my custom 404 page(error_page conf). But according to the following configuration, what I see is...
View ArticleDouble Escaping in $ssl_client_s_dn
I have a client certificate which has non English characters in the subject, when I use the attribute $ssl_client_s_dn of ngx_http_ssl_module the value is escaped twice. actual value =...
View Articlehtml does not display photo
nginx is running Ok on my Raspberry PI server. In my www directory, I have html and images directories, with html being the root for my website of johnrose.mywire.org. When I double click the...
View ArticleRe: html does not display photo
A clarification I've also tried https://johnrose.mywire.org/summer as I'm using certbot for johnrose.mywire.org and certbot has created appropriate encrypting info for johnrose.mywire.org
View ArticleRe: html does not display photo
The appropriate server block for johnrose.mywire.org is: # Virtual Host configuration for johnrose.mywire.org # # You can move that to a different file under sites-available/ and symlink that # to...
View ArticleUnable to start nginx after SSL configuration
nginx is configured with ssl module nginx version: nginx/1.14.1 built by gcc 8.2.1 20180905 (Red Hat 8.2.1-3) (GCC) built with OpenSSL 1.1.1 FIPS 11 Sep 2018 (running with OpenSSL 1.1.1k FIPS 25 Mar...
View ArticleSlow performance using nginx as reverse proxy
Hi, I'm the new one ;-) I use nginx as a reverse proxy in the following configuration: Ubuntu 22.04, nginx 1.18.0, access to two web services on host A and host B, which are accessible via...
View Article