remote_addr not set using x-real-ip (1 reply)
Hi All,I would just like to check what mistake i did on implementing real-ipmodule.Im using nginx 1.6.2 with real_ip_module enabled:nginx -Vnginx version: nginx/1.6.2TLS SNI support enabledconfigure...
View ArticleHttpLuaModule - SPDY seems fully supported now? (no replies)
Hi,in the HttpLuaModule docs it is written that SPDY mode is not fully supported yet: http://wiki.nginx.org/HttpLuaModule#SPDY_Mode_Not_Fully_SupportedSpecifically, that "ngx.location.capture()" does...
View ArticleBug or feature (1 reply)
Dear Reader.I have setup ed only mod_proxyhttp://nginx.org/en/docs/http/ngx_http_proxy_module.html.....proxy_pass $my_upstream;....no...
View ArticleNginx Supports SLES 11? (3 replies)
Hi,According to http://nginx.org/en/linux_packages.html, Nginx only supportsSLES12. Can Nginx runs on SLES 11 also?Thanks,Mei Ken_______________________________________________nginx mailing...
View ArticleProxy cache of X-Accel-Redirect, how? (no replies)
Hi!Tried to cache the X-Accel-Redirect responses from Phusion Passenger application server with the use of a second layer without success (followed the hint on...
View Articledefault_server directive not respected (2 replies)
I have multiple files each with a config for a different vhost.On one of these config files (included in the main nginx config file) I setthe default_server directive:server {listen 80;listen 443 ssl...
View ArticleNginx with php configuration how to block all requests/urls other than two?...
So i use nginx with PHP and i have the following two urls i want to allow access on the subdomain.The full url would be...
View Articlerbtree in ngx_http_upstream_fair_module.c (no replies)
hi..Just wanted to ensure my understanding of rbtree usage in Grzegorz Nosek's upstream fair load balancer is correct. I believe the rbtree is necessary because when nginx.conf is reloaded workers may...
View ArticleGoogle QUIC support in nginx (1 reply)
Any plans to support Google QUIC[1] in nginx?[1] http://en.wikipedia.org/wiki/QUIC
View ArticleLimit incoming bandwith with nginx !! (1 reply)
Hi,is there a way we can limit incoming bandwidth (from Remote to linuxbox) using nginx ? Nginx is forwarding user requests to different URL anddownloading videos locally due to which server's incoming...
View ArticleWill this work, is it the best way? (no replies)
Hi,Slightly complicated setup with 2 nginx servers.server1 has a public ipv4 address using proxy_pass to server2 over ipv6which only has a public ipv6, this then has various upstreams for...
View ArticleWhy does fastcgi_keep_conn default to off? (1 reply)
Why does fastcgi_keep_conn default to off?On seems to be the faster option.
View ArticleIntermittent SSL Handshake Errors (2 replies)
Hi,We are using round-robin DNS to distribute requests to three serversall running identically configured nginx. Connections then go upstreamto HAProxy and then to our Rails app.About two weeks ago,...
View Articlebuffering / uploading large files (3 replies)
Hi, how can tell nginx not to buffer client's requests? I need this capability to upload files larger than the nginx's max buffering size. I got an nginx unknown directive error when I tried the...
View ArticleSSL3_CTX_CTRL:called a function you should not call (1 reply)
nginx 1.6.2 + libressl 2.1.3>tail -f [...]/port-443/*.log==> stderr.log <==2015/02/01 01:35:34 [alert] 15134#0: worker process 15139 exited on signal 112015/02/01 01:35:34 [alert] 15134#0:...
View Articlepatch to src/event/ngx_event_openssl.c (nginx 1.6.2) (no replies)
nginx-1.6.2>make[...]src/event/ngx_event_openssl.c:2520:9: error: implicit declaration of function 'RAND_pseudo_bytes' is invalid in C99...
View ArticleEC_GOST_2012_Test (warning) (no replies)
nginx-1.6.2>make[...]ec/ec_curve.c:2918:2: warning: unused variable '_EC_GOST_2012_Test' [-Wunused-const-variable]_EC_GOST_2012_Test = {^1 warning generated.Perhaps its defining block is best moved...
View ArticleSlow downloads over SSL (1 reply)
Hi,I'm trying to find answers to a problem that I'm currently experiencing in all my servers. Downloads offered over HTTPS are at least 4 times slower than those delivered over HTTP. All these servers...
View ArticleWeird nginx SSL connection issues (no replies)
OK, I have an incredibly weird nginx connection issue.I have a cluster of boxes that are responsible for terminating SSL requestsand passing them to a local haproxy instance for further routing. I...
View ArticleHow to Handle "data sent" or "connection closed" event in Module ? (no replies)
Hi.I'm developing Nginx module where I need to handle some function when all data have been sent to client or when client closed the connection.For example I havengx_http_finalize_request(r,...
View Article