nginx location rule is to match $uri, right?
闭关修行中......
$uri represents the URI of the current request, excluding host and request parameters. Judging from the official explanation, it can be said that the matching content of location is indeed the same as $uri, but I am not sure whether it is.
$uri represents the URI of the current request, excluding host and request parameters.
Judging from the official explanation, it can be said that the matching content of location is indeed the same as $uri, but I am not sure whether it is.