rewrite proxy flag set problem

Jonathan Matthews contact at jpluscplusm.com
Mon Mar 26 11:03:55 UTC 2012


You state that "it will not work in my case [as] I am using the
regular expression", but don't provide any examples of how you're
doing this or how it breaks.

Please provide a fuller and more complete set of examples.

You could also try removing the trailing slash from Maxim's rewritten
example. i.e.

  location /auction/ {
      proxy_pass http://192.168.1.210;
  }

This will pass on the remainder of the URI's path more equivalently to
your original example.

Jonathan
-- 
Jonathan Matthews
London, Oxford, UK
http://www.jpluscplusm.com/contact.html



More information about the nginx mailing list