NGINX: Reverse Proxy (SSL) with non-ssl backend (2 replies)
Hi,I currently run a small system which consists on an Apache HTTP with PHP (8080) backend (no SSL on localhost) with a Varnish HTTP accelerator on Port 9000 (localhost) and a NGINX reverse proxy...
View ArticlePassing arguments from the conf file to the module (no replies)
I have a command 'pass' that needs to pass two arguments to its handler. Iknow that in the conf file, i just need to write "pass arg1 arg2". But howdo i access these arguments in the handler? Please...
View ArticleFwd: NGINX config for websocket HA failover (1 reply)
Hi,I would like to use NGINX for failover in my HA setup. I have two VMsrunning in Active-Active mode and listening on 9080 port for WebSocketconnections from clients. I would like to use NGINX to...
View ArticleRe: Issue nginx - ajax (1 reply)
Thanks everyone for your help.Our issue is not still resolved.We are planning to move to apache or squid.Thanks & Regards,Vishal MestriThanks & Regards,Vishal MestriModule Lead2 nd Floor, Dhana...
View ArticleRe: Issue nginx - ajax (no replies)
Thanks B. R. for your immediate reply.Configuration file which we are using is attached along with the email.We want following functions :-On our server there are two services running.One on 80 port...
View Articlenginx priority for rewrite and access restriction (no replies)
I would like to enable /123 location only for locahost, but it doesn't work, nginx return 302 redirect with header. It seems rewrite directive has higher priority than access module.location /123...
View Articlenginx-1.7.1 (no replies)
Changes with nginx 1.7.1 27 May 2014*) Feature: the "$upstream_cookie_..." variables.*) Feature: the $ssl_client_fingerprint variable.*) Feature: the "error_log" and "access_log" directives now...
View ArticleRe: [nginx-announce] nginx-1.7.1 (no replies)
Hello Nginx users,Now available: Nginx 1.7.1 for Windows http://goo.gl/FTllNE (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRequest for a "no capture" rewrite directive enhancement (9 replies)
Hello Nginx developers,speaking to Maxim Konovalov over Twitter, suggested this would be thebetter place to get an answer to my suggestion.Basically what I would like to see is the ability to use a...
View ArticleEtags and Load-balanced environmetn (1 reply)
Hi,I've got 3 NGinx servers running under a load balancer. I've got ETagssuccessfuly configured but the problem is that each server presentsdifferent ETag tag for the same content:ETag:...
View ArticleCan anyone tell me how to delete spam pages on the wiki? (1 reply)
Click this: http://wiki.nginx.org/index.php?title=Special:Search&limit=500&offset=0&redirs=1&profile=default&search=a+See the problem?! I stopped counting at 500 pages. It gets...
View ArticleHeader Vary: Accept-Encoding - security risk ? (3 replies)
Dear list,I have enabled gzip with...gzip on;gzip_http_version 1.0;gzip_vary on;...to satisfy incoming HTTP 1.0 requests.In a very similiar setup which got OWASP-evaluated, I read this - marked as a...
View ArticleDoes nginx support openstack swift API? (2 replies)
Hello guys,I'm trying to find a way to use OpenStack SWIFT with nginx, the below arerequest steps:1. nginx is configured as proxy cache2. client send a request to nginx for url:...
View ArticleIssues with my galaxy server (6 replies)
Hi Team,I am writing to gather some insight on how I may need to change my configuration on Nginx. I have been running a galaxy server for 3+ years now and have begun experiencing issues with accessing...
View ArticleNginx 1.6.0 + spdy performance testing (1 reply)
I need to evaluate if using spdy will be good for my website but i'm having trouble setting everyting up. While using the chrome benchmark extension (1) an error message stating that it was not...
View ArticleJust looking for guide to understand query strings (1 reply)
My logs have been inundated with hits at example.com/?anything, though inthe actual logs 'anything' is a very long string of characters.Log entry:"GET /?anything HTTP/1.1" 200 581 "-" "Mozilla/5.0...
View ArticleServer context Vs Location context (no replies)
Is there any way to check in a command's set function if the command wasinvoked i.e. the command was called from server context or locationcontext. For example, if I write a command that can be used...
View ArticleNginx Rewrite for Proxy Pass (3 replies)
Hello everyone, I have an interesting issue. I am using nginx 1.6.0 toproxy back to my Jira instance. This is working great within my network.This is the issue. I am using a fortigate device to protect...
View Article[ANNOUNCE] Tengine-2.0.3 is released (no replies)
Hi folks,Tengine-2.0.3 (development version) has been released. You can eithercheckout the source code from GitHub: https://github.com/alibaba/tengine ordownload the tarball...
View ArticleWhitelisting Req/Conn Limiting (4 replies)
Hello!I'm want to limit req/connections but have certain requests skip or whitelisted from the throttling. I've found some prior threads that got me this, which I think is working. Here's just the...
View Article