authentication webserver behind nginx rps (no replies)
Hi,My reverse proxy setup is like thishttp://nginx_rps ---> https://authwebser:443 ( I dont have access toauthserver )The reverse proxy is correctly redirecting when I access thehttp://nginx_rps...
View Articleusing location.capture to post a form (1 reply)
Hi All,I am calling an webapplication from nginx. I want to capture the response and post the response body as a post parameter to another application.I am doing something like thislocal maken_res =...
View ArticleClient IP address (2 replies)
We have a cluster of 4 nginx proxies behind a piranha load balancer setup. This morning we suffered a DOS attack, however the "client" address appears to have only gotten logged correctly the first...
View ArticleHow to sort parameters in nginx cache key (2 replies)
Hi:We are experiencing low cache hit ratio in Nginx server. It turned outthat one reason is client may be sending the same requests withparameters in different...
View Articlepassword protect site except for one page (1 reply)
Hi folks,Does anyone have a nifty solution for this? The problem is that it's awordpress site, so justlocation / {auth_basic "Coming soon...";auth_basic_user_file /etc/nginx/security/lock;...}location...
View ArticleRe: [nginx-announce] nginx-1.6.2 (no replies)
Hello Nginx users,Now available: Nginx 1.6.2 for Windows http://goo.gl/ioBvGK (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRe: [nginx-announce] nginx-1.7.5 (no replies)
Hello Nginx users,Now available: Nginx 1.7.5 for Windows http://goo.gl/pTAVLA (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View Articletomcat https server behind nginx and bad gateway (no replies)
Hi,I have a tomcat server running behind nginx proxy. When I access the nginxfrom browser it is throwing bad gateway error.According to the tomcat application developer nginx is unable to import thessl...
View ArticleResponse header from fcgi server (5 replies)
Hi,PHP-application sends response with HTTP header X-Language and I need pass this to nginx.With Firebug I see this header, but variable $http_x_language or $sent_http_x_language is empty.What I am...
View Articlessl hand shake with upstream url (1 reply)
Hi,I am getting ssl hand shake error. upstream server is running on 443 port.Enabled the debug in nginx.And the configuration is as follows.upstream backends {server xyz.elb.amazonaws.com:443;}server...
View ArticleNew session id on each request... (no replies)
I have Nginx as a reverse proxy in front of a Tomcat server running a webapp.This works ok using Firefox but not Chrome or IE... When using Chrome or IE, the JSESSIONID gets a new value for each...
View ArticleProxy_store downloading half videos !! (7 replies)
Hi,We're using proxy_store on the edge server for replicating requested mp4files and some of our users reported that some of the videos are half sizedand therefore they are unable to stream whole video...
View ArticleBuilding a redundant mail service (no replies)
Hello,I would appreciate your advice on the following:We are trying to build a redundant mail service, and we areinvestigating the use of nginx as smtp/pop3/imap proxy with TLS/SSLsupport (ports...
View ArticleRedirect to a different url based on a query. (no replies)
We have a wordpress installation and need to redirect lost password link toanother different url for this we trying to setup a redirect rule but thisis not working. Can anyone please help us.location /...
View ArticleProxy_cache_methods and OPTIONS (1 reply)
I have bounced around quite a lot through forums and documentation to demistique whether the OPTIONS request method is honoured/allowed by nginx when it's configured as reverse proxy cache system or...
View ArticleRe: Fwd: Re: [PATCH] RSA+DSA+ECC bundles (no replies)
unfortunately this was as far as i got with version git$ patch -p0 < nginx_multiple_certs_and_stapling_V2.patchpatching file a/src/event/ngx_event_openssl.cHunk #1 succeeded at 96 with fuzz 2...
View ArticleForward single request to upstream server via proxy_store !! (no replies)
Hi,When the multiple users request for same file on edge server viaproxy_store and requested file is still not downloaded on the edge server,the nginx keeps on proxying those requests towards the...
View ArticleNo Cache Header On Proxy Request (no replies)
Hi All,Can someone tell me or point me to an example of how to set a no cacheheader on a proxy request . Currently I have PHP application that I'mreverse proxying to php-fpm. However when I try to post...
View Articlenginx proxy websocket to multi nodes (no replies)
I use nginx as proxy server, backend are socketio services. Follow the [document](http://socket.io/docs/using-multiple-nodes/) , nginx configuration, ip_hash instruction that indicates the connections...
View Article[nginx module] Save response into temp file (no replies)
Hi,I am working on an nginx module, that has flow:receive user request -> parse request -> read local file -> process file -> response to clientThis flow is working well. But now we have...
View Article