Using default CA path from openssl (1 reply)
Hi,first I would like to thank for the proxy ssl verification that landed in nginx 1.7.Regarding that, there is one slight problem I’ve found, when creating a proxy, that dynamically accesses different...
View Articlehelp for tcpinfo (1 reply)
hi everyone,now I am trying to use $tcpinfo_rtt in the nginx.conf, but it can not be recognized.below is my envioroment. and when I built nginx 1.6.1, it said "checking for TCP_INFO ... not found...
View Articlefastcgi_cache_bypass. Need some explain. (no replies)
Hi,I am attempting to configure nginx to avoid caching some data.map $http_x_requested_with $no_cache {default 0;"XMLHttpRequest" 1;}fastcgi_cache_bypass $no_cache;fastcgi_no_cache $no_cache;With above...
View Article"No space left on device" for temp cache - v1.7.4 (3 replies)
Hi, recently we noticed that the version 1.7.3 added a feature important to our infrastructure: "cache revalidation now uses If-None-Match header if possible.".So we changed part of our cache to the...
View ArticleQuery_String not matching (no replies)
Hello,I am obviously a new nginx user, so please bear with me.I have setup nginx as a content caching service, running on port 80 and directing traffic to backend servers.all works okay, though one...
View ArticleExtrange behaviour with index.php and a plain link ( windows vs linux ? ) (no...
Hi all,This is my first comment here, thanks in advance to all who contribute.I´m starting with nginx + php + fastCGI in windows environment, and I´mhaving following behaviour:I have two index.php...
View ArticleCould Nginx redirected proxied traffic? (4 replies)
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1Hi,I have configuration like this :.... snip ...location /monitor {proxy_pass http://backend:6800/;proxy_redirect default;}.... snip ...Trying to access...
View Articlemultiple limit_req_zone (3 replies)
HelloPlease may I ask a question with respect to limit_req_zone to better understand how it worksCan I have multiple limit_re_zone statements?limit_req_zone $binary_remote_addr zone=one:10m...
View Articlenginx as a forward proxy (kind of) (no replies)
HiI am very new to nginx and have a quick question.I am using nginx to basically redirect certain websites through anotherproxy. I am using DNS to resolve *.domain.com to the IP address ofnginx...
View ArticleHow to measure time spent on response compression for Nginx? (no replies)
Hi folks:We want to measure how long Nginx takes to compress certain responsewith Gzip format. Is there any way/tool to get accurate...
View Articletrouble changing uri to query string (no replies)
i have a url looking as such: Â mysite.com/some/path/rest/v2/giveit.view&user=282&imageid=23&size=80Â i want the cache key to match imageid=23&size=80 without the "user" part.$args isn't...
View Articlenginx chunked transfer encoding, cannot get it to work (1 reply)
I am using an implemention of nginx with jetty servlets.For the purpose of my project I need to initialize two connection to the jetty servlet and keep them open.To initialize the downlink I use a...
View ArticleNginx real_ip_recursive (2 replies)
Hello,I am using nginx to proxy connections to a server I have written in Java, which serves connections on port 8080. I am trying to use the X-Forwarded-For header to identify the real IP address of a...
View ArticleIs symmetric routing required for a nginx deployment? (2 replies)
Hi,I'm investigating reverse proxy and content caching servers for adeployment at work but our infrastructure is currently asymmetric where theserver would only see the inbound half of the...
View Article[ANN] Windows nginx 1.7.5.3 WhiteRabbit (no replies)
18:42 15-9-2014 nginx 1.7.5.3 WhiteRabbitBased on nginx 1.7.5 (15-9-2014, last changeset 5834:ca63fc5ed9b1) with;+ lua-upstream-nginx-module v0.2 (upgraded 14-9-2014)+ echo-nginx-module v0.56 (upgraded...
View ArticleMax File Size Allowed In Cache (no replies)
Is there any way to limit the maximum size of an individual object in a proxy cache? Looking through the documentation ( http://nginx.org/en/docs/http/ngx_http_proxy_module.html ) I'm not seeing...
View Articlenginx-1.7.5 (no replies)
Changes with nginx 1.7.5 16 Sep 2014*) Security: it was possible to reuse SSL sessions in unrelated contextsif a shared SSL session cache or the same TLS session ticket key wasused for multiple...
View Articlenginx-1.6.2 (no replies)
Changes with nginx 1.6.2 16 Sep 2014*) Security: it was possible to reuse SSL sessions in unrelated contextsif a shared SSL session cache or the same TLS session ticket key wasused for multiple...
View Articlenginx security advisory (CVE-2014-3616) (no replies)
Hello!A problem with SSL session cache in nginx was identified by AntoineDelignat-Lavaud. It was possible to reuse cached SSL sessions inunrelated contexts, allowing virtual host confusion attacks in...
View Article2 certs, 1 domain, 1 IP (no replies)
is it possible with SNI and nginx to have both an ECDSA and RSA certserving 1 website on 1 IP ?best practices ?_______________________________________________nginx mailing...
View Article