netdev 01 (no replies)
Sorry for the spam but i wasnt sure who else to contact.I'd like to invite people from nginx community to submit proposals tonetdev01. https://www.netdev01.org/participateTutorials on both developer...
View Articlegunzip on debian (2 replies)
I would like to use the gunzip module to serve cached, gzippedresponses to clients that do not support gzip. I am running an Ubuntu14.04 server. According to this post [1] the nginx-extras...
View ArticleServe different pages for different IP (1 reply)
I have one domain and I want to serve different pages based on the Client IP.Nginx refuse different server with same server_name and both location must be / .Can you help me?Tnk
View ArticleIgnore content-type while forwarding to backend proxy (1 reply)
one of my apps, specifically those on IOS forwarded a content-type header...this is causing my backend server to mess up its security signature check.....i need to be able to ignore content-type...
View Articlenginx-1.7.9 (no replies)
Changes with nginx 1.7.9 23 Dec 2014*) Feature: variables support in the "proxy_cache", "fastcgi_cache","scgi_cache", and "uwsgi_cache" directives.*) Feature: variables support in the "expires"...
View Article[ANNOUNCE] ngx_cache_purge-2.3 (no replies)
Version 2.3 is now available at:http://labs.frickle.com/nginx_ngx_cache_purge/GitHub repository is available at:https://github.com/FRiCKLE/ngx_cache_purge/Changes:2014-12-23 VERSION 2.3* Fix...
View ArticleBig file upload through proxy problem (2 replies)
Hey!I have this interesting issue.. I have a setup that looks like this Nginx < - >Apache.. and when I try to upload files over proxy (nginx) then it gives me: 413 Request Entity Too Large (by...
View ArticleOCSP_check_validity() status expired (2 replies)
I am seeing a lot of these errors in my /var/log/nginx/error.log[error] 11405#0: OCSP_check_validity() failed (SSL: error:2707307D:OCSP routines:OCSP_check_validity:status expired) while requesting...
View ArticleRe: [nginx-announce] nginx-1.7.9 (no replies)
Hello Nginx users,Now available: Nginx 1.7.9 for Windows http://goo.gl/DsVDe5 (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleHaving multiple Symfony2 apps on same domain (no replies)
Hello everybody !I just switched from Apache2 to Nginx and I met some issues having the same configuration. What I want to do is having multiple Symfony2 apps on the same domain name. Each app will...
View ArticleHow Nginx behaves with "proxy_bind" and DNS resolver with non matching ip...
Hello,I'm working with the proxy module, and with a dns resolver configured. The traffic i'm using is both ipv4 and ipv6.I'm trying to understand Nginx behavior when using "proxy_bind" directive and...
View Article1.7.9 does not compile anymore with libressl (2 replies)
I am trying to compile nginx 1.7.9 with libressl 2.1.2 the same way I did with 1.7.7 but get the following error:src/http/ngx_http_request.c: In function...
View Articlenginx removes double slashes (3 replies)
Hello everybody,perhaps I am doing something wrong:location /njs/ {rewrite /njs/(.*)$ /$1 break;proxy_redirect off;proxy_set_header Host $http_host;proxy_set_header X-Real-IP...
View Articlenginx performance degradation over ssl (no replies)
Hi,I was trying to perform some load test to check performance degradation while switching to https from http, but not really able to conclude anything here.yeah, i have checked the details at...
View ArticleFwd: Delivery Status Notification (Failure) (no replies)
Hi,I was trying to perform some load test to check performance degradationwhile switching to https from http, but not really able to concludeanything here.yeah, i have checked the details...
View ArticleHeader SSL client certificate (no replies)
Hello,I use nginx as a reverse-proxy.I would like to set a header, more precisely a header that contain the SSLclient certificate.However, the variable '$ssl_client_cert' add some character that I...
View ArticleHow to setup (1 reply)
Hi AllI am very new to Nginx and am very interested in setting it up as a reverseproxy. Is it possible to have an nginx host behind a firewall with onenetwork card that forwards requests to more than...
View ArticleUse of Certs (3 replies)
Hi AllI am very new to nginx and am currently doing a lot of reading but wouldjust love to have a nudge in the right directionI want to set up nginx as a reverse proxy for about three IIS serversbehind...
View ArticleRE: nginx Digest, Vol 62, Issue 43 (no replies)
Gtx-mensag. original-Assunto: nginx Digest, Vol 62, Issue 43De: nginx-request@nginx.orgData: 29/12/2014 14:48Send nginx mailing list submissions tonginx@nginx.orgTo subscribe or unsubscribe via the...
View ArticleHTTP HEAD timeout (3 replies)
I'm using nginx 1.7.7 as a reverse proxy in front of a Apache CouchDB. Access via browser to CouchDB data works like a charm. However I have trouble with replication (which runs via HTTPs). This is...
View Article