How can I use get arguments of POST-request in own module? (1 reply)
Hello!I develop some module and I need recieve POST-request's arguments. GET-request and HTTP-header easy to use but how may POST-request were used I don't know...
View Articlenginx-1.5.5 (1 reply)
Changes with nginx 1.5.5 17 Sep 2013*) Change: now nginx assumes HTTP/1.0 by default if it is not able todetect protocol reliably.*) Feature: the "disable_symlinks" directive now uses O_PATH on...
View ArticleBroken pipe while sending request to upstream (2 replies)
Hi.I've set up nginx as a proxy for a jetty service. Works nicely, most of the time, except... when issuing a (somewhat) larger POST request to some entity which is protected by HTTP Basic access...
View ArticleRe: nginx-1.5.5 (corrected URL) (no replies)
Hello Nginx users, (corrected link below)Now available: Nginx 1.5.5 for Windows http://goo.gl/mHIAeL (32-bit and64-bit versions)These versions are to support legacy users who are already using...
View ArticleHow to get rid of 204 Intercepted requests of IDM ? (no replies)
Hello,We're running a video streaming website with nginx for streamingvideos. The issue we're having is, whenever user try to stream any mp4 orflv file from our site using chrome, IDM(Internet Download...
View Articlesending POSTs to backend (no replies)
Hello folks,I use nginx in front of a django/fastcgi application, and we serve a subset of the URLs of this webapp statically.I use try_files to determine what's served statically and what goes to the...
View Articlengx_lua + proxy_next_upstream (no replies)
Hello,I have configured:1. ngx_lua as rewrite_by_lua_file2. lua returns upstream3. Nginx connects to the upstreamWorks perfectly.The question is how can I archive proxy_next_upstream.Preferably I would...
View ArticleLimit IP req/s excl bots (4 replies)
Does anyone know if there is any truth to this blog post:http://gadelkareem.com/2012/03/25/limit-requests-per-ip-on-nginx-using-httplimitzonemodule-and-httplimitreqmodule-except-whitelist/And if so...
View ArticleFedora 19 performs poorly (1 reply)
Note: same message also posted in -ru listI'm trying to migrate from Fedora 14 (2.6.35.14-97.fc14.x86_64) toFedora 19 (3.10.11-200.fc19.x86_64)worker_processes 40;events {worker_connections 8000;use...
View ArticleHTTP_X_FORWARDED_FOR being truncated/prefixed with a comma and no IP for some...
Hi -I have confirmed an unusual situation in which it appears the leading address is being stripped from x-forwarded-for headers passed on to downstream hosts (running Apache in this case) on very...
View ArticleAccess to live limit_conn values? (no replies)
I'm looking for a way get the value of the current number of connections in a given limit_conn zone.There is no variable access that I can find.I'm considering hacking this into the stub_status module,...
View ArticleRoot inside Location Block? Pitfalls says NO, Beginner’s Guide says YES (2...
Practically the first two pages I read when starting with nginx were:http://wiki.nginx.org/Pitfallswhich says "putting Root inside Location Block is BAD" - don't do...
View ArticleSend data in fragments with nginx !! (no replies)
Hello,We're using video streaming site with nginx and most of the usersdownload videos via IDM(Internet Download Manager). We want to prevent thisdownloading by sending videos into fragments so IDM...
View ArticleNginx as an AUTH + proxy_pass in front of a mail server on the LAN; I'm...
I have a mail server on my lan. It exposes a WebUI over SSL onport:443.It currently only has 1-step, password authentication. I want to add a2nd layer of authentication, and put that mailserver behind...
View ArticleHow to redirect only if/after a FAILED basic authentication? (1 reply)
I'm setting up an auth-before-proxy_pass config.The following works now:location / {root /dev/null;auth_basic "Restricted Remote";auth_basic_user_file/data/etc/security/auth/passwd.basic;proxy_pass...
View Article[ANN] ngx_openresty stable version 1.4.2.8 released (no replies)
Hello folks!I am happy to announce that the new stable version of ngx_openresty,1.4.2.8, is now released:http://openresty.org/#DownloadSpecial thanks go to all the contributors for making this...
View ArticleLog module question: does the buffer mess up the order of the log entries? (2...
Hi experts,I am reading the log module source code, there is something difficult to make sure, so I ask for your help.Access log module use a buffer to buffer log entries before writing to the file...
View ArticleRead quotes about courage (no replies)
Quotes have motivated many people from age groups and have assisted them to comprehend their way of way of lifestyle in a better way. They have been essential...
View ArticleCompare variable got from location with set of strings (1 reply)
Hello,I have some location in configuration like this:location ~ /([A-z]+_[A-z0-9]+) {… do something (got $1) …}And i need to compare this '$1' with a set of strings. How can i do...
View Articlereverse proxy removes Transfer-Encoding: chunked (1 reply)
I'm trying to setup a nginx (1.4.1) reverse proxy to a HornetQ API using this configuration:proxy_http_version 1.1;proxy_set_header Host $host;upstream app {server 127.0.0.1:8000;keepalive 8;}server...
View Article