flush temp directory (no replies)
Hi All,I am trying to test accelerated upload on nginx/php-fpm/php-cgi setup andcomparing different scenariose.g one where /temp is a tmpfs, one where it is a disk partition and youwill also notice...
View ArticleCookie/Session Expired - OWA SSL Reverse Proxy (1 reply)
Hi.Trying to configure a reverse proxy to allow external access to an outlook web access server. I am able to route traffic through the NGINX to the OWA server, present the web page, and place the...
View ArticleIPv6 range specification for allow/deny (4 replies)
Hi,I'd like to limit a range of IPv6 space to a "server" context using "allow" and "deny". I haven't been able to find any information on how to do this in the documentation, nor on the web. The only...
View ArticleWin32 Binary - bug in OpenSSL (no replies)
Howdy folks,Whilst I'm a militant Unix guy I'm having to use the Win32 version of nginx for a specific project which requires SSL MiTM proxying as part of a virtualised app suite. I spent a few hours...
View ArticleModule development question - Variables (1 reply)
Hi,been trying to understand variables for a couple of hours - but I jut don't get it.Can anyone explain,1) How and when the variable setter function is called?2) Whether I should / can call it myelf...
View ArticleNginx reload problem (7 replies)
Hello:I found that some nginx config option doesn't take effect aftermodification with reload, the following is a simple test case:nginx version:...
View ArticleSet outgoing ip for reverse proxy? (1 reply)
Hello nginx,Iam wondering if there is anyway to bind a specific IP as the outboundIP to contact the backend server for a nginx instance? I serve manyinstances in a single machine and all of them using...
View ArticleCreating One-way connections or Dont wait for upstream (1 reply)
Hello,I am working on an application where http ( websocket, or any type of connection) connections will be one direction for inserting data into a database and queuing data. The client side of the...
View ArticleHow to turn off gzip compression for SSL traffic (1 reply)
Hi,As you know, due the breach attack (http://breachattack.com), HTTPcompression is no longer safe (I assume nginx don't use SSL compression bydefault?), so we should disable it.Now, We are using...
View Articletrouble building nginx from dotdeb (2 replies)
I'm trying to follow this tutorial: http://www.howtoforge.com/using-ngx_pagespeed-with-nginx-on-debian-wheezy to build nginx with ngx_pagespeed on a Debian Wheezy machine. Unfortunately so far I have...
View Articlemultiple nginx (2 replies)
Hi,Is is alright to have two installations of nginx on the same machine?I have a running instance of nginx with php installed from distribution package manager.Instead of writing another config, I...
View ArticleNginx Web Server Q3 survey (no replies)
Hi everyone!I would like to ask for 5 minutes of your time and participate in asurvey that is intended to monitor current trends in Nginx community andsuggest improvements to Nginx.To participate just...
View ArticleSub-domain filtering (1 reply)
I am using the statement is:if ($ host! = www.mj.com|ci.mj.com) {rewrite ^ / (. *) $ http://www.mj.com/ $ 1 permanent;}This page contains a redirect loop occurs causing the problem can not access the...
View Articlenginx 1.4.1 - slow transfers / connection resets (2 replies)
Hi,I have a nginx (stock ubuntu config) as a reverse proxy in front of ahaproxy in front of 5 more nginx machines which use fastcgi to talk tophp-fpm.My issue is with the frontend proxy and...
View ArticleProxying requests based on $http_authorization (API Key) (no replies)
Hello.We are looking to proxy requests to different backends using upstream based on http basic auth. I.E. the API key of the request. I am thinking I need to first get the API key from the raw http...
View ArticlePiwik conf file (no replies)
I have recently discovered this wonderful includes directive and I amusing it to clean up my server blocks. Doing this has forced me toevaluate some of my configurations.I am trying to set up a conf...
View ArticleSub-requests to an upstream server (no replies)
Hello,I am writing an nginx plugin and I am trying to send sub-requests to an upstream server.I am aware of the ngx_http_subrequest function but I didn't succeed to use it in my case and I am not sure...
View ArticleHow to distinguish if nginx generated a 504 error or upstream returned it?...
Hello !I run nginx as a reverse proxy and send requests to an upstream server,the problem is according to my logs sometimes i start seeing this:[499] [-] [0] [11602] [xx.126.55.81] [GET /weblogin/...
View ArticleTLS 1.2 ciphers (2 replies)
Chrome 29 came out recently and now supports TLS 1.2. So i decided to add some of the new TLS 1.2 ciphers to my webserver, which are specified here:...
View ArticleNginx stuck on startup (1 reply)
Hi everyone,Recently I've needed to restart nginx on my vps (which is debian wheezy) and it got stuck. Other services are fine but nginx not responding if there is a file operation involved. For...
View Article