Okay, so "break", means "if regexp matches the request, then rewrite the request and then stop right here and serve the request as being a static file". "last" means "if regexp matches the request then rewrite the request, then do not move on to any subsequent rewriting rule, but now try to match the request with a location in the config file" Am I right?