<div dir="ltr"><div><br></div>Hi, i have "simple" question, need simple explanation. It's driving me nuts. <div><br></div><div>In nginx configuration what is meaning of  $request_uri in line?<div><br></div><div><div>*********************************************************</div><div>return 301 $scheme://example.com1$request_uri;</div><div>***********************************************************</div><div>In documentation  write: $request_uri is full  request URI.</div></div><div>I will try to describe my doubth.</div><div><br></div><div>Simple request URL: <a href="http://www.example.com/index.html">http://www.example.com/index.html</a></div><div><br></div><div>Full request URI is the same: <a href="http://example.com/index.html">http://example.com/index.html</a> <br></div><div><br></div><div>$request_uri=<a href="http://example.com/index.html">http://example.com/index.html</a>.</div><div><br></div><div>As i understand then line: </div><div><br></div><div> return 301 $scheme://<a href="http://example1.com">example1.com</a>$request_uri;<br></div><div><br></div><div>must return:</div><div><br></div><div>http://example1.comhttp://<a href="http://example.com/index.html">example.com/index.html</a>. </div><div><br></div><div>But that  cannot be correct. </div><div> </div><div>So what mean var $request_uri ? Is defined wrong in documentation. (or URI is not what i described ?) or it mean something different, or it mean something different in combination with return ??</div><div>Thanks for help.</div><div><br></div><div><br></div><div><br></div><div>  <br></div></div></div>