Nginx 中 $request_uri 和 $uri 之间的区别

$request_uriThis variable is equal to the original request URI as received from the client including the args. It cannot be modified. Look at $uri for the post-...