On 2019-10-18 12:12, P.V.Anthony wrote:
> I am using ispconfig web control that only allows changes in the server
> block.

Without a map, try starting with:

if ( $uri?$args = /test/place?id=2 ) {
    rewrite ^ http://new.example.com/${uri}?${args}? last;
}

Then as the site migration continues turn that `if' test into a regexp
that will match the migrated components.


Patrick
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to