limit_req_zone values (no replies)
Greetings, I have the limit_req_zone working great in testing environment with the following values limit_req_zone $server_name zone=perserver:10m rate=5r/s; limit_req zone=perserver burst=5; The site...
View Articlengx_http_mp4_module. Help me !!!!!!!!!! (no replies)
I compiling nginx for streaming videos on my web site by these options : nginx version: nginx/1.9.15 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) built with OpenSSL 1.0.1e-fips 11 Feb 2013 TLS...
View ArticleGzip issue with Safari (2 replies)
Hi all, we have successfully enable gziping on the server side and it works perfectly with Chrome and FF (it auto compress the files that we want). We're using compressed assets of type: .dds and .pvr....
View ArticleFully hiding localhost:8080 with Nginx as reverse proxy? (no replies)
Hello list, As mentioned earlier, Nginx and Apache are currently playing nicely together, with Apache handling all my OSTicket needs. However, I'm now trying to send mail from OSTicket, and while OST...
View ArticleIs there a way to send back HTTP2 trailers? (1 reply)
Is there a way to send back HTTP2 trailers?
View ArticleModule: Configuring upstream params (eg fastcgi_param) per request (no replies)
I'm working on an authentication module for nginx, namely the Shibboleth auth module (https://github.com/nginx-shib/nginx-http-shibboleth). This module is based off the core nginx auth_request module...
View Articlereverse proxying exchange with rpc/mapi over http (1 reply)
Hello, is it possible to make a reverse proxy for exchange with all features working (activesync, rpc over http, mapi over http, etc...) with the free version of nginx. Or is this only possible with...
View Articleproxy_cache is not working (2 replies)
nginx is not caching anything. Every request that's supposed to be cached has "http cacheable: 0" in debug log. Test request is a static page with headers like those < HTTP/1.1 200 OK < Date:...
View ArticleAccess and Error Log file for Nginx stream server configuration (1 reply)
Seems access_log and error_log options are not available in stream server section. If its available, can you please share some example config for me ?. Thanks.
View ArticleWebsocket Validation (1 reply)
Hello, I use nginx as a proxy, and establish a webscoket between client and backend.I validate user's cookies before establish WS and when WS is in use I validate cookies on backend periodically. With...
View Articlenginx on high load (upstream prematurely closed connection while reading...
Dear Guys, I am facing strange issue, during load test and peak load of more than 3k concurrent users, get below errors in nginx logs continuously. 2016/05/18 11:23:28 [error] 15510#0: *6853 upstream...
View Articleinclude file with "if" statements (2 replies)
I have several different "templates" for location and most of templates have common part like this: ---------------------- /etc/nginx/nginx.conf: http { include /etc/nginx/conf.d/*.conf; }...
View ArticleTLS for a generic TCP session? (3 replies)
Hey All, I was looking over the feature differences between nginx and nginx-plus and its not clear to me if nginx by itself supports TLS termination for a generic TCP session. If it does not support...
View ArticleCPU load monitoring / dynamically limit number of connections to server (no...
Hi to all, Is there a way to monitor the busyness of my dedicated server cpu cores and stop serving new connections passed a given cpu load threshold? Put another way, what is the standard...
View ArticleErrorlog shows GET timeout; Accesslog shows POST (no replies)
Hello! Background We've implemented a lightweight APIGW on nginx 1.9.9 using openresty packages to customize the handling/proxying logic. We have dozens clients that are able to leverage this...
View ArticleRewrite regex with percent signs (2 replies)
Hello, I am helping an admin sort out some 404 issues by using some rewrite which have generally been successful. However we have a couple of cases that are a bit mysterious and hope you can help...
View Articlereading config during run time (no replies)
Hi, In my module i want to read config values run time. is there method available in nginx which i can use. Please suggest. Regards, Pankaj _______________________________________________ nginx mailing...
View Articlenginx and HLS (1 reply)
Hi. I see there's a ngx_http_hls_module for HLS, but seems like it's for video content, and I need to serve static mp3/audio files with nginx, prividing some adaptive bitrate adjustment. Is it possible...
View ArticleGET request with transfer-encoding causing issue (no replies)
We have a client sending a GET request who is also erroneously sending a transfer-encoding : chunked Header. This is causing nginx to wait for the client to send data before the client finally times...
View ArticleProxy Pass | Upstream with query_string (1 reply)
I need to use proxy_pass directive for the upstream server which has query_string, which allows it to authenticate to the upstream server. How can i ensure that query string is pass-on with every...
View Article