[ANN] ngx_openresty stable version 1.2.6.6 released (no replies)
Hello, folks!I am delighted to announce that the new stable version ofngx_openresty, 1.2.6.6, is just out:http://openresty.org/download/ngx_openresty-1.2.6.6.tar.gzAnd the PGP signature file for this...
View ArticleA dynamic web-site written wholly in nginx.conf? Introducing mdoc.su! (no...
This is a multi-part message in MIME format.--------------030707040502000103070707Content-Type: text/plain; charset=KOI8-R; format=flowedContent-Transfer-Encoding: 7bitDear nginx@,I'm not sure if this...
View ArticleA dynamic web-site written wholly in nginx.conf? Introducing mdoc.su! (1 reply)
Dear nginx@,I'm not sure if this has already been done before and to what extent,but I'd like to demonstrate that a whole web-service "portal" can bewritten exclusively in nginx.conf, without any php,...
View Articleembedded variable $cookie_YYY and "-" symbol. (3 replies)
Hi all. I observe unexpected behavior when trying to use $cookie_YYYembended variable when cookie name include "-" symbol.set $uwaver $cookie_un-uwa-version;$uwaver always equal to "-uwa-version"...
View ArticleGeo blocking, but allowing google index robot to pass-thru (1 reply)
HiI have a site where i want to geo block all but one country, but perhapsallow Google to index site, perhaps some other index bot too.So what sort of configuration is needed so i can detect Google bot...
View ArticleWebsocket proxy support (1 reply)
Is there any updates on the Websocket proxy support ? Everything I found is only this: http://trac.nginx.org/nginx/milestone/1.3.13Thank you !
View ArticleLimit connections to mp4 files (no replies)
HelloI set this to my nginx config to prevent users playing multiple videos atthe same time:http {limit_conn_zone $binary_remote_addr zone=addr:10m;server {location ~ \.mp4$ {limit_conn addr...
View ArticleProxy module for nginx (1 reply)
Hi, allI want to make a module for my nginx server, which can block some ip with particular features.My idea is to create a module like the proxy module in some way, can any of you give me some...
View ArticleSending SSL Client Certificate upstream (no replies)
Hello,I am modifying my upstream servers so that they require client certificates from clients, which are other backend apps making service calls and nginx proxying for public requests. Public requests...
View Article'no input file specified' on LEMP setup (2 replies)
I followed the article "How to Install Linux, nginx, MySQL, PHP (LEMP) stack on CentOS 6" (https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6)...
View ArticleBandwidth limiting per virtualhost (no replies)
Hi guys,I am managing a high traffic website. I have some embedded images thatget a lot of traffic, and i would like to separate the traffic for theembeds, and the images that are viewed from the site...
View Article*** glibc detected *** nginx: master process /data/nginx/sbin/nginx -c...
I got a Serious problem,here is the nginx config:nginx version: nginx/0.8.55built by gcc 4.1.2 20080704 (Red Hat 4.1.2-52)TLS SNI support enabledconfigure arguments: --user=www --group=www...
View Article[PROPOSAL] Looking for contributors to write a modular book on Nginx in...
Hello,I'm looking for French-writing contributors and authors for writting amodular book on Nginx (in French).All experiences may be interesting, since a part of the book will bededicated to use...
View Articlenginx can't run php only 'PAGE NOT FOUND' (2 replies)
I'm sorry for my English...nginx has default html page it's /usr/share/nginx/html.But I changed custom new path it's /home/norrent/public_html.If I put php and html files in the original path, works...
View Articlenginx serving R scripts via CGI/FastRWeb (6 replies)
Hi,Anyone here testing, experimenting with R and nginx ?Im trying to setup nginx to serve R scripts viaCGI using Rserve, FastRWeb modules as described...
View ArticleLimit request + whitelist = not using response code from backend? 0.8.54 (2...
Hi all,I'm hoping someone can help me with a small issue. I'm trying toimplement rate limiting with a whitelist, and all in all it seems tobe working, butthe wrong response code is being sent back to...
View Articlenginx-1.3.13 (no replies)
Changes with nginx 1.3.13 19 Feb 2013*) Change: a compiler with name "cc" is now used by default.*) Feature: support for proxying of WebSocket connections.Thanks to Apcera and CloudBees for sponsoring...
View ArticleHow about an nginx repository mirror list? (1 reply)
I see here http://wiki.nginx.org/Install for the Nginx Repository, especiallyRHEL/CentOS don't have any mirror likes IP Based to Location. Or, is therea plan to build it?-----[daemon@antituhan.com...
View ArticleSPDY Patch fails to compile (1 reply)
Attempting to compile the SPDY patch with the new 1.3.13 release gives:$ makemake -f objs/Makefilemake[1]: Entering directory `/home/nick/src/nginx-1.3.13'cc -c -pipe -O -W -Wall -Wpointer-arith...
View ArticleNginx redirect domain and sub-domain without www (no replies)
Hello,for saas web application project I need to redirect subdomains to a specific directory (app-saas /) without the www.The domain name must also be without redirecting to the www...
View Article