[ANN] ngx_openresty devel version 1.2.8.1 released (no replies)
Hello guys!I am excited to announce that the new development version ofngx_openresty, 1.2.8.1, is now released:http://openresty.org/#DownloadSpecial thanks go to all our contributors and users for...
View ArticleSimple forward proxy (1 reply)
Hello,I have nginx 1.3 on my ubuntu 10.04 and there are some websites running by it. I'd like to setup a forward proxy on a specific port so that I could use it on my browsers network options.I've done...
View Articleadding header/footer to gzip'ed html files (no replies)
Hello,I'm trying to see ways in which OpenGrok could be optimised with nginx.One of the ideas I have is using nginx to serve the /xref/ pages,instead of them going through OpenGrok each time. OpenGrok...
View Articlebasic_auth for parts of uwsgi (1 reply)
Hi!I have the following problem:I'm running a uwsgi application using nginx on /. I would like to addauthentication for /foo/ and /bar/. However neither> location / {> include uwsgi_params;>...
View ArticleRe: nginx Digest, Vol 42, Issue 54 (no replies)
unsubscribeOn 4/28/13 8:00 AM, nginx-request@nginx.org wrote:> Send nginx mailing list submissions to> nginx@nginx.org>> To subscribe or unsubscribe via the World Wide Web, visit>...
View ArticleWordpress RSS pages dont work with Nginx (2 replies)
I had a wordpress blog and was working on Apache. I migrated the blog to Nginx + php-fpm. But i have a problem with this.My blog has RSS with example.com/feed URL , and i could see the feeds with paged...
View ArticleNginx security issue? (1 reply)
Hi guysThis was posted today:http://blog.solidshellsecurity.com/2013/04/29/nginx-ngx_http_close_connection-function-integer-overflow-exploit-patch/?utm_source=feedlyHas this been patched? I don't think...
View Articleload balancing according to url (5 replies)
Hi All,Can anyone please help me with the below requirement.Host machine contains a plugin and it communicates with a plugin handlerrunning on backend servers and nginx is used to load balance the...
View Articleabout alleged security issue (no replies)
Hello!Recently a report appeared alleging an integer overflowvulnerability in nginx, claiming remote code execution impact.We've carefully investigated the issue, and cannot confirm thealleged...
View ArticleConverting subdomain to path component without redirect ? (1 reply)
Hello guys,Am having trouble setting up my nginx.config to transparently proxy thesubdomains and domains to the same app, but with different "pathcomponents" appended to the...
View Articlerewrite difficulty (1 reply)
Hello,I have difficulty to convert apache like rewrite to nginx. This is myconfig file of virtualhost on nginx. http://pastebin.com/HTtKXnFyMy installed php script should have following...
View Articleproxy_pass only if a file exists (no replies)
I need to make sure a file actually exists before proxy_pass-ing the request to an upstream server. I don't serve existing files directly using Nginx because there are some application-specific logic i...
View Articlenginx http poller module (no replies)
Hi,I've written an nginx module that allows the user to configure nginx workerprocesses to make detached, repeated "polling" HTTP requests. The requestendpoint, method, URI, headers, and body are...
View Articlelimit_req and IP white listing on 0.8.55 (2 replies)
Hello!I've followed this reference:http://forum.nginx.org/read.php?2,228956,228961#msg-228961To produce the following config:http {geo $public_vs_our_networks {default 1;127.0.0.1/32 0;... my networks...
View ArticleDocumentation of post_action (no replies)
As Maxim pointed out specifically in a not-that-old message, the'post_action' directive is left undocumented on purpose, since it impliescarefulness and knowledge to manipulate properly.Although my...
View ArticleReg. POST data body (no replies)
Hi All,I am trying to collect the POST request body using $request_body but I amunable to collect it in config file:# curl -X POST -d "param1=value1¶m2=value2"...
View ArticleHTTP Basic Auth question (no replies)
Hello,I am running nginx as a reverse proxy to a python application. I am wondering how I would be able to pass ONLY the user account and not the password. Can this be...
View Article[ANNOUNCE] Tengine-1.4.5 is released (no replies)
Hi folks,We are glad to announce that Tengine-1.4.5 (development version) has beenreleased. You can either checkout the source code from github:https://github.com/alibaba/tengine or download the...
View ArticleNginx 1.4 problem (7 replies)
Tried to upgrade to just-released Nginx1.4. TCP 3-way hand-shakeaborted by server's ACK+RST packet, but netstat shows serveris listening on that port. Any config has been changed since Nginx 1.2to 1.4...
View ArticleQuestion about UPSTREAM configuration... (2 replies)
Hello All,Hope some one out there can help me a clear up my understanding.If I have 5 server on an upstream configuration list, to help load balance the load across the 5 servers. Once in a while I am...
View Article