Setting up Nginx Server in FreeBSD- Cant able to include PHP file
Hi, I am new to Nginx and trying to setup multiple website in NGINX server in FreeBSD(OS). I created a folder to save my index.html and test.php file with some text in it, in /usr/local/www/website...
View ArticleGetting 503 error when multiple request to nginx ingress controller in...
Client connect to grpc server through nginx ingress controller. I have enabled all the annotation but still Getting 503 error
View ArticleNGINX 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 Article