location ~ (flex2gateway|jrunscripts|cfide|includes|cfformgateway|cffileservlet|railo-context|files|images|javascripts|miscellaneous|stylesheets|robots.txt|sitemap.xml|rewrite.cfm.*))
{
# proxy_pass backend;
}
location ~ ^ {
rewrite ^ /rewrite.cfm$request_uri last;
}