Nginx-urirequest_uridocument_uri之间的区别

Posted John_ABC

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx-urirequest_uridocument_uri之间的区别相关的知识,希望对你有一定的参考价值。

nginx中有几个关于uri的变量,包括$uri、$request_uri、$document_uri,下面看一下他们的区别 :
$request_uri: /stat.php?id=1585378&web_id=1585378
$uri /stat.php
$document_uri: /stat.php

 

转自:http://blog.chinaunix.net/uid-7530389-id-2050109.html




以上是关于Nginx-urirequest_uridocument_uri之间的区别的主要内容,如果未能解决你的问题,请参考以下文章