getting intermittent '502 bad gateway ' error. (1 reply)
We are using nodejs(v 0.10.29 ) ,express,nginx( version 1.4.6) with mongodb(v 2.6.3) replicaset and getting intermittent 502 bad gateway error. pm2 logs is unable to log error though nginx aerror.log...
View Articlertmp plugin + flash player - timeouts? (no replies)
Hi,i have compiled nginx with rtmp plugin (completed by ./configure--with-http_stub_status_module --add-module=/root/nginx-rtmp-module/)i start streaming to channel by FME (adobe flash media encoder) -...
View Articlechange proxy_pass protocol accordingly to x-forwarded-proto (1 reply)
Hi,I have load balancer with SSL on it that connects to nginx servers. Nginx servers simply reverse proxy site X.com.The problem is that nginx servers don't have SSL certs and listing only to unsecured...
View Articleaccpet_mutex cause nginx worker balance problem (1 reply)
hello,I use ab to test performance. but when i turn on accept_mutex, I found the num of connection for every nginx worker is not balance. for example,I have 4 core and start 4 nginx worker.ab -n 300000...
View Articlewhitelist 'notabot' not working in limit_conn (no replies)
Iam trying to whitelist some IPs in the geo #connlimit1 so that thelimit_conn doesnt apply to it. For some reason its not working... thoseips are always being limited. I must be doing something...
View ArticleProxy URL contains Chinese cause very slow access (1 reply)
Proxy URL contains Chinese cause very slow accessFor...
View ArticleNGINX1.2.1 SNI provides wrong server certificate (2 replies)
Hi there,we configured NGINX 1.2.1 on debian 7.1u1 with 5 virtual host, set up a private certification authority, generated keys for all the the virt. host and configured the hosts similar toserver...
View Articleany plans to offer other ssllibs builds on linux_packages (1 reply)
Dear NGINX-Team.Are there any plans to offer precompiled packages with boring- orlibressl?http://nginx.org/en/linux_packages.htmlBest regardsAleks_______________________________________________nginx...
View Article[patch]nginx mp4 module about "keyframe aligning" (3 replies)
hi allI use mp4 module to cut big mp4 file into little mp4 file , I found apeoblem about "keyframe aligning"so I do a patch to solve this problempach is here...
View ArticleSSL client Authentication (no replies)
Hi !!I am using nginx as reverse proxy with HTTPS on both client side as well as server side . My ssl configuration looks like below :-ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers...
View ArticleMultiple nginx instances share same proxy cache storage (no replies)
I am thinking about setting up multiple nginx instances share single proxy cache storage using NAS, NFS or some kind of distributed file system. Cache key will be the same for all nginx instances.Will...
View Articlenginx-1.7.4 (no replies)
Changes with nginx 1.7.4 05 Aug 2014*) Security: pipelined commands were not discarded after STARTTLScommand in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.Thanks to Chris Boulton.*)...
View Articlenginx-1.6.1 (4 replies)
Changes with nginx 1.6.1 05 Aug 2014*) Security: pipelined commands were not discarded after STARTTLScommand in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.Thanks to Chris Boulton.*)...
View Articlenginx security advisory (CVE-2014-3556) (no replies)
Hello!A bug in nginx SMTP proxy was found, which allows an attacker in aprivileged network position to inject commands into SSL sessions startedwith the STARTTLS command, potentially making it possible...
View ArticleGeoIP Organization filtering? (no replies)
Has anyone tried using the Maxmind GeoIP Organization database toallow/block access to directories?I am currently using the GeoIP.dat (country) file -- which I believe is"version 1" of their binary db...
View ArticleWhy cannot the same path for cache used several times? (1 reply)
What is wrong in having configured:proxy_cache_path /data/nginx/cache levels=1:2 keys_zone=one:10m;proxy_cache_path /data/nginx/cache levels=1:2 keys_zone=two:10m;each stanza loaded from a different...
View Articlengx.shared_dict.get_keys usage (2 replies)
Hi,I'm trying to use the lua module in combination with ngx.shared.DICTfeature to record some statistics for nginx (and upstreams') healthmonitoring.When I do dict.get_keys(100), I see the following...
View ArticleWhy body filter not work (1 reply)
Hi.I just copy the code from Evan Miller's body filter.http://www.evanmiller.org/nginx-modules-guide.html#filters-body,however, In my browser I could not see inserted string (<!-- Served byNginx...
View Articlephp5-fpm with nginx not working (no replies)
Hi All,Please I have installed nginx version 1.7.4 with the php5-fpm on debienwheezy.Work fine but php do not seem to be integrated properly with the "An error occurred." on the browserbelow my config...
View ArticleOverride Content-Type header with proxied requests (no replies)
Please refer this pagehttp://forum.nginx.org/read.php?2,239473,252358#msg-252358
View Article