Nginx Windows | Keepalive timeouts location based (3 replies)
I can't tell if this is working or not so i thought i would just ask and perhaps someone can inform me but with nginx keep alive timeouts can we set different timeout values per each location or file...
View ArticleHelp with 1.6.0-1~precise (no replies)
I'm trying to troubleshoot an issue with existing servers vs new serversfor one of my environments, and one of the only differences I'vestumbled across is a version bump in nginx. Older servers are...
View ArticleCan't get https to work (2 replies)
I'm trying Nginx with Django on my localhost. I "Include" adjango.conf in my main nginx.conf and in this included conf the"server" "listens" for both http & https and sends either requestsupstream...
View ArticleCompression with Caching (no replies)
How can use these two together. Suppose I got an uncompressed response from the backend/webserver. I want Nginx to compress the response before storing in the cache. Looks like Nginx is first storing...
View ArticleCombining proxy_store and proxy_cache values !! (1 reply)
Hi,I am using proxy_store on edge server to replicate mp4 files from originserver when user request for the video file. The reason i am not usingproxy_cache is, when user seeks through the mp4...
View Articlezero size buf in output !! (1 reply)
We're facing following error on edge server with nginx-1.6.1, usingproxy_store on edge.2014/08/27 20:35:05 [alert] 5701#0: *21244 zero size buf in output t:0 r:0f:0 0000000002579840...
View ArticleOCSP stapling for client certificates (1 reply)
Hi,I was able to setup nignx with client certificate authentication and OCSPstapling. I however noticed that OCSP is used only for the nginx server sslcertificate.It does not use OCSP for validating...
View ArticleError when configuring reverse proxy to HTTPs (2 replies)
Hi All,I'm trying to configure a reverse proxy in Nginx, which receives a HTTP request and call a HTTPS URL. When we change the config to call a HTTP it works fine, however it doesn't work with HTTPS....
View ArticleHide a request cookie in proxy_pass (1 reply)
Hi,is it possible to hide one request cookie (but not all, so proxy_set_header Cookie "" is not the way) when proxying to an upstream server?The use case is:* website foo.com uses a hosted service on a...
View Articlepatch for mp4_limit_rate + mp4_limit_rate_after (no replies)
This patch adds two features:mp4_limit_rate 1.1; # multiplied by average bitragemp4_limit_rate_after 15s; # timehttp://doppelbauer.name/nginx-1.6.1-mp4_limit_rate.patch
View Articleproxy_connect_timeout maximum (1 reply)
Hello,I am receiving "upstream timed out (110: Connection timed out) while connecting to upstream, client" errors. They are comet calls and I wonder if increasing the proxy_connect_timeout will help. i...
View ArticleNginx using with https :( (11 replies)
When i open my Website with https:// I become a Download with a Binary file :-(In the Binary File is my Website xD. The Certificate are accept by my Browser but it don't work. Also I become a 404...
View ArticleSignificant increase in number of connections after renewing SSL certificate...
Hello. We recently renewed our SSL certificate. After reloading nginx the number of connections increased significantly even if the number of requests remained the same.Trying out the debug log there...
View ArticleSSL ciphers preference (2 replies)
Hello,I filled a (now closed, because erroneous) enhancement ticket:http://trac.nginx.org/nginx/ticket/619As it appears, the change I noticed in the SSl test did not result from mymalformed ciphers...
View Articleterminate a connection after sending headers (2 replies)
Hi all,In the module I'm developing, I have the possibility of encountering an error after the response headers were already sent. As the headers were already sent (with status 200) the only way for me...
View Articleredirect only every 2nd or 3rd request (no replies)
I'm trying to set up a rule which is going to redirect only every second or third request only if the URL contains a specific string.I did already the redirect based on a string in the URL but I can't...
View ArticleDeny certain words (8 replies)
Hi,Somehow my server gets hit by torrent requests which look like this:GET /?info_hash=.....after the = come long strings of seemingly random hashes torrentclients are looking for.I'd like to deny all...
View ArticleNginw + FastCGIwrap = 502 bad gateway (no replies)
Greetings,I'm trying to get a C compiled program to work using fcgi with nginx, but I'm showed a 502 Bad Gateway.The actual setup is : all programs in ./cgi-bin/*.cgi should use fcgiwarp. The actual...
View ArticleSocket connection failures on 1.6.1~precise (2 replies)
I'm trying to track down an issue that is being presented only when Irun nginx version 1.6.1-1~precise. My nodes running 1.6.0-1~precise donot display this issue, but freshly created servers are...
View Articleproxy of "real_ip" (1 reply)
Hello,Is there a variable which stores the IP address of the proxy if I use the real-ip module.E.g. to log the client-ip as well as the proxy-ip (the IP address of the physical connection).Thanks a lot!
View Article