Nginx Request Time Latency Spikes
Hi, I am using Nginx as reverse proxy to my backend (Java app with Spring boot). In overall (avg, p50, p90, p95, p99 latencies) it performs well. But time to time, I see latency spikes around 100-200...
View Articlecan I do rate limit per uri and ip address ?
I want to create rate limit rules that will count rate for each ip address , but I want to have different settings per specific URIs. Is it possible to do with nginx ? (so each ip can access uri a no...
View ArticleConnection Accepted per second Unstable
Hello, I am Nisa, a new learner of Nginx. Honestly I have more than one questions regarding nginx tunning on web server and loadbalancer, but this post will be too long. I would be very grateful, if...
View ArticleNginx as reverse proxy for web app for containers on azure
Hi! I have been following this guide: https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71 to set up ssl for a web app for containers on azure but have...
View ArticleRe: http to https not working.
Hi Araz, have you managed to resolve this? I have exactly the same issue and have been going through the internet like mad but the suggestions do not work. Marius
View Articlenginx noob (iredmail, rocketchat same server same domain)
i installed iredmail using this guide https://www.linuxbabe.com/mail-server/ubuntu-18-04-iredmail-email-server and rocketchat is also running in a snap instance before installing iredmail rocketchat...
View ArticleBASIC AUTH: password mismatch
Hello, I get the following message in the error logs: 2020/06/09 13:24:13 [error] 106942#106942: *1624055 user "XXX": password mismatch, client: XX.XX.XXX.XXX, server: domain.tld, request: "GET...
View ArticleRtmp streams sometimes connects and sometimes doesn't
I've been configuring nginx on a netbook running win10. I've installed nginx gryffin, and opened up the necessary ports. I then use obs to stream to that server via rtmp. The idea is that i can use...
View ArticleRe: Rtmp streams sometimes connects and sometimes doesn't
Drop this into google "rtmp stream player keeps buffering"
View ArticleRe: Rtmp streams sometimes connects and sometimes doesn't
I tried that. It didn't really give me an answer as to why it works sometimes and needs a restart other times. Google gives me all the possible problems for a consistent reocurring problem, but not...
View ArticleRe: Rtmp streams sometimes connects and sometimes doesn't
You first need to investigate the logfiles before looking for a solution, is the stream still connected to obs when the client disconnects? what if you use 2 workers is one of them busy and with a...
View ArticleIssue for TLS secured upstream TCP connection
I am trying to configure nginx to work as a proxy to a remote server. The connection must be secured by TLSv1.2. This is my nginx version/config: # nginx -V nginx version: nginx/1.13.9 built with...
View Articleslow static file serving after a period of inactivity
I have a nginx server deployed as a reverse proxy. everything works great if I regularly use the service. Issue happens when the nginx service that I have deployed is inactive or not used(NO REQUEST...
View ArticleHow to delete Account from forum.nginx.org
Hi, how can I delete my account in this forum? I don't need it anymore. Thanks you und bye.
View ArticleRe: Issue for TLS secured upstream TCP connection
Fixed by changing listen 8000; to listen 127.0.0.1:8000;
View ArticleFIPS compliance and nginx
Hi All, I initially posted this question in "Idea and Feature requests". Reposting it here. I am investigating FIPS compliance for our platform. nginx is one of the components and we use nginx 1.15.1....
View ArticleRe: How to delete Account from forum.nginx.org
What means deactivate? Can you please delete my account, so that nobody can missuse the account in the future.
View ArticleRe: How to delete Account from forum.nginx.org
I'll deactivate it, it means the same but without removal of posts.
View Article