On 10 June 2014 17:31, grd2345 <nginx-fo...@nginx.us> wrote:
> http://www.mysite.com/ClassScheduler.aspx
[snip]
> I basically need a wild card to detect ClassScheduler.aspx from the above
> old urls

This assumption looks wrong. Check out how location stanzas work:
http://nginx.org/r/location
Hint: locations in their simplest state just match path *prefixes* ...

Also check the first parameter that a "rewrite" takes ... consider if
you could use this functionality to avoid specifying a location
/entirely/: http://nginx.org/r/rewrite

J

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to