Nginx location exact match matches beyond arguement
As per comment thread in cnst answer, I used:
if ($request_uri = "/foo-bar/") { rewrite ^ … permanent; }
and I never used
/location/
As per comment thread in cnst answer, I used:
if ($request_uri = "/foo-bar/") { rewrite ^ … permanent; }
and I never used
/location/