Trying to use SMTP proxy, but there might be limitations? (no replies)
The goal:To use headers/metadata from the incoming mail message to determine ifdelivery should be allowed based on the recipients of the message.Example: development/test environments, only allow...
View Article[ANN] Windows nginx 1.9.5.1 Lizard (no replies)
10:38 21-9-2015 nginx 1.9.5.1 LizardBased on nginx 1.9.5 (18-9-2015) with;* Note about using http2 with plain http,https://tools.ietf.org/html/rfc7540#section-3.4"This is known to be useful when there...
View ArticleIssue with nginx crashing 'segfault' (6 replies)
Hi Folks,I was wondering of somebody could shed some light on this issue that we areexperiencing.nginx[22490]: segfault at 10 ip 000000376e616a11 sp 00007ffed9493690 error4 in...
View Articlenginx 2,upstream question (3 replies)
i have 2 backend server A & B, i want the upstream only works with A, when A die then works with B, if A not die , only works with Ahow can i do
View ArticleThere is a newer OCSP response but was not provided by the server (no replies)
Hello,nginx is not updating the OCSP response cache.openssl says:[...]Cert Status: goodThis Update: Sep 9 09:59:46 2015 GMTNext Update: Sep 11 09:59:46 2015 GMTgnutls says "There is a newer OCSP...
View ArticleNginx- files currently not available at first load (no replies)
I have a problem with XenForo and I think it's up to my NGINX server configuration.The problem is that sometimes the Googlebot can not access to resources such as images or scripts.Googlebot says the...
View Articlevariable suggestion - msec_start (2 replies)
Hi,can i ask for a variable, $msec_start to provide a timestamp on which nginx was started?this way we could do some logging like $msec_start$connection to get a unique value, even after reload...or...
View Articlenginx-1.9.5 (no replies)
Changes with nginx 1.9.5 22 Sep 2015*) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).Thanks to Dropbox and Automattic for sponsoring this work.*) Change: now the "output_buffers"...
View ArticleProblems with HTTP/2 (2 replies)
I tried the 1.9.5 release with http2 and it worked fine, but Ajax requestespecially were problematic.I did get errors like:net::ERR_SPDY_COMPRESSION_ERRORAnd the status code was 0. With the former spdy...
View ArticleTrailing slash issue with https redirect - Nginx (1 reply)
Hello,I'm using following settings for redirecting all http requests to httpsOur nginx configuration is as followsserver {listen 80;server_name ~^(.*)\.mydomain\.com$;set $servername $1;rewrite ^(.*)$...
View Articlev1.9.5: compiler (1 reply)
inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;~~~ ^
View Articlev1.9.5: compiler warning (1 reply)
inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;~~~ ^
View ArticleNginx Javascript Configuration (6 replies)
I read quite a while ago that Nginx plans to move towards a Javascriptstyle configuration file that may have similar functionality tongx_lua. I'm wondering if there were any announcements at the...
View ArticleFwd: Config Guidance (no replies)
It seems I sent to wrong mailing list... got no response. So forwardingthis question at "nginx@nginx.org"---------- Forwarded message ----------From: vikrant singh <vikrant.thakur@gmail.com>Date:...
View Articleupstream, aws elb and resolver (no replies)
Hello everyone.I'm trying to setup an Nginx proxy on AWS EC2 with the following generallayout:mydomain.com > ELB > EC2 Nginx > App's Beanstalk ELBMy first configuration was something like...
View ArticlePreload Files Module for Nginx (1 reply)
Send your relevant portfolio [past modules made] and a quote to develop and test this module. I will be posting it under my github account for easy access for myself and anyone else that needs it. I...
View Article$upstream_cache_status is EXPIRED? (1 reply)
Hello!I'm experimenting with fastcgi caching - I've added $upstream_cache_statusto the access log, and I can see that periodically there will be a smallcluster of EXPIRED requests for an object.Does...
View ArticleSetting headers (no replies)
Hi,Something that long bothered me, and perhaps has already beendiscussed, but I haven’t found anything on it: why is there no way toset arbitrary headers without using an extension module? I know...
View ArticleNginx for windows in high traffic production environment? (no replies)
Hello,I am curious whether nginx is suitable for windows in high trafficproduction environment?http://nginx.org/en/docs/windows.html says"Version of nginx for Windows uses the native Win32 API (not the...
View ArticleRe: [nginx-announce] nginx-1.9.5 (no replies)
Hello Nginx users,My apologies for the delay - I was at Nginx.Conf 2015 in San Francisco andmy Windows machine was inaccessible in NY!Now available: Nginx 1.9.5 for Windows http://tiny.cc/nginxwin195...
View Article