disable file uploads (no replies)
Is there any way to stop / disable random file uploads... for example,I'm having 'fun' with mail relays being uploaded to the cache area of awordpress site?Can't think of anything off the top of my...
View Articleend-to-end disconnect notification? (no replies)
Hi, givenclient --(tcp)-->nginx --(fcgi)-->fcgi server --(tcp)--> back-end serverif the client initiates a TCP disconnect, is there a way for NGINX to carry out the termination to the fcgi...
View ArticleCompiling and using NGINX in multi thread mode (1 reply)
Hi,I hope that I am posting at the right place.I am trying to figure out if multi-thread mode is supported with thelatest release, and if so then what I need to do for using it?I am trying to compile...
View ArticleWhy subtraction is used to compare in nginx_rbtree.c? (1 reply)
When I study the rbtree of nginx I can't understand the comments. Cansomeone give me a concrete example?Thanks :)for ( ;; ) {/** Timer values* 1) are spread in small range, usually several minutes,* 2)...
View Articleproper way to redirect from http to https w/query string notifier (4 replies)
i need to redirecting from http to https, and append a "source" attribute for tracking (we're trying to figure out how the wrong requests are coming in)this seems to work:if ($query_string){return 301...
View Articlenginx-1.7.11 (no replies)
Changes with nginx 1.7.11 24 Mar 2015*) Change: the "sendfile" parameter of the "aio" directive isdeprecated; now nginx automatically uses AIO to pre-load data forsendfile if both "aio" and "sendfile"...
View Articlemost of value of $request_time is 0.000 (1 reply)
Our version of nginx is nginx/1.0.8 and we have write a third party module to handle the http request. Because the process model of our third party module is synchronous so the nginx worker process...
View Article"gzip on" duplicates Content-Encoding header if an empty one already exists...
Hi,I have a (probably dodgy) application that is sending out uncompressed XML with the following header. That is, an empty Content-Encoding header.Content-Encoding:This works fine, until I enable gzip...
View ArticleRe: [nginx-announce] nginx-1.7.11 (no replies)
Hello Nginx users,Now available: Nginx 1.7.11 for Windows http://goo.gl/DIqKtV (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleAPI ratelimiting, setting extra headers X-RateLimit-Limit...
I am searching for API ratelimiting and can't find anything...Is it possible to handle all of this in nginx? ( Seting/evaluating headers, limiting connection, IP whitelisting ) ?I want to throttle...
View ArticleTransform POST request to GET and pass body in URL (no replies)
Hello,I am using Varnish as a cache and reverse-proxy to distribute requestsbetween different backend workers. The workers expect some parameters,that can be passed either through GET or POST.The way...
View ArticleNginx with Mailman (5 replies)
Hello,i try to run mailman on nginx over fcgiwrap. The sock is present on systemand has correct rights, butlog say me can not find.<config>server {listen 80;listen [::]:80;server_name lists;root...
View ArticleRequest_time is always 0.000 (no replies)
Hello,I need to log transaction time, so I simply add $request_time to my log_format directive. Anyway the value in the access.log in always 0.000 even if the server is under heavy load (siege show...
View Articlenginx - fastcgi / life (no replies)
Hi, FASTCGI is 'built in' NGINX. Can someone from the NGINX organization confirm that there is no plan to retire the FASTCGI support in NGINX? Thank you!
View ArticleUsing naxsi as a "circuit breaker" (1 reply)
I only know the basics of naxsi, but bare with me.I want to automatically have virtual hosts blocked when they are gettingtoo many new requests. I can't find information on solving thisparticular...
View ArticleRewrites needed (no replies)
Hi - I need some rewrite help please.http://mysite.com/?page=2 to http://mysite.com/page/2/andhttp://mysite.com/?s=searchterm&page=2 to http://mysite.com/page/2/?s=searchtermThanks.
View Articlepassenger logging agent error in deployment with passenger+nginx (no replies)
I install passenger+nginx on centos 6.5 by:gem install passengerpassenger-install-nginx-moduleeverything is ok during the installation, then I run:sudo ~/nginx/sbin/nginxand get the error...
View Articleabout proxy_request_buffering (no replies)
Hello.Though I'm trying to apply 'proxy_request_buffering off;' for unbuffered uploading,The buffering still seems to be enabled from error.log.# nginx.confserver {listen 443 ssl spdy;server_name...
View Article502 Gateway Timeout with error exited on signal 7 (SIGBUS) after clearing...
Hello,i've got the problem when i load a page multiple times (i.E. 10 Tabs with autoreload) only some of the pages load others get 502. it doesn't depend on the content of the page. when i open the...
View Articleallow access to certain client addresses or use auth_basic (1 reply)
Hello Mailing list,is there a way to do following in nginx server or location config.1. allow access to certain client addresses2. if the ip is not in the list, allow access by...
View Article