Re: Preserve only specific query string params
https://stackoverflow.com/questions/65716736/how-to-get-a-part-of-url-nginx-rewrite-lua
View Articleplay all the videos in the folder ?
Playing videos in folders in batch can i do it as rtmp I want to play the videos in the folder like live broadcast but I couldn't find any documentation how can i do i apologize for my bad english
View ArticleNeed Certificate chain (on the incoming interface) from Nginx
Hi, I am using a setup wherein a chain certificate(Root CA Cert-> Intermediate CA Cert -> Client Cert) is being sent to the Nginx. I need to configure Nginx in such a way that it forwards the...
View ArticleMissing Content-Length header in large byte-range requests
Hi All I'm using NGINX as a reverse proxy, with a video origin server "behind" it. NGINX caching is disabled. Client's byte-range requests are forwarded as-is to the origin, which replies with the...
View ArticleAdd parameter to url
Hi, I know this should be a very simple problem to solve but I'm not able in any way. I'm spending several days trying every solution I can find on many forum but nothing. What I need is just to add a...
View ArticleRe: Add parameter to url
Hi, I posted the same topic in the "how to ...." section, maybe the more appropriate one. Thanks to all for the support
View ArticleUpgrade Nginx
Hi We are planning to upgrade nginx from 1.16.1 to 1.20.1 stable version. we tried it in test environment using yum update nginx. I wanted to know if needed, how can we roll it back to same version?...
View ArticleRedirect / Proxy / Map subdomain to domain with port number
Hi all, I got a flask server accepting only POST requests on https://domain.com:13000/data Can anyone help me redirect / proxy / map https://domain.com:13000/data to https://abc.domain.com subdomain?...
View ArticleIs this configuration correct?
I use Nginx as a reverse proxy server. web_server_apache ----> Nginx_reverse_proxy ----> Internet Today I have successfully generated certificates from let's encrypt for my private subdomains....
View ArticleBroken Pipe Error
Hello I received an error message in my error log yesterday and my NGINX server stopped functioning. The error is below. I have done a search on this error but everything comes up referencing a 502...
View ArticleOpen nginx link in new tab
How to open a nginx url link, in new tab instead of downloading from the browser. Files format is csv files.
View ArticleNginx cache size not growing above 344GB
I have Nginx cache server built on Ubuntu 18 and with docker image nginx:1.19.10-alpine. Ubuntu 18 disk usage details given below for reference -----------------------------------------------...
View ArticleIs there any cache size limitation with free version of Nginx
Details added here in below link https://forum.nginx.org/read.php?15,293365 Just wanted to know is there any limitation/restriction added to cache size in free version of Nginx? Thanks in advance
View ArticleNo package nginx-plus-module-brotli available error - Amazon Linux 2 LTS
I want to install Brotli following [the documentation][1], on Amazon Linux 2 LTS. > yum install nginx-plus-module-brotli But I am getting: > No package nginx-plus-module-brotli available. Does...
View ArticleNGINX cache is not refreshed for updated ALB IP's
For routing traffic from external load balancer to internal load balance in a AWS EKS cluster we are using NGINX in cluster VPC we are using path based routing in nginx, things work normally initially...
View ArticleRe: Nginx cache size not growing above 344GB
It is solved by modifying keys_zone=mytool:1000m from keys_zone=mytool:10m Please refer my answer in https://stackoverflow.com/a/71005326/2825798
View ArticleRe: Is there any cache size limitation with free version of Nginx
No cache size limitation for free version of Nginx but if you come across a problem where cache size is not growing up. Pls have look at this https://stackoverflow.com/a/71005326/2825798
View ArticleNginx proxy websocket cannot release memory
why client connection closed, can not release memory? nginx version: nginx/1.21.3 1. memory info (no connections) CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS b7c1f1b847c8...
View Articlenginx - nzbget
Hi folks, This morning I got the following message when I tried to add a large nzb file to nzbget: ..."client intended to send too large body"... I already changed the client_max_body_size and set it...
View ArticleProblem with modify request header
When do I try to use proxy_set_header for modify request header nothing happens. I don't understand why. I use proxy_set_header in location context location ~* /GadgetServices { proxy_pass...
View Article