Re: Beginner question:Nginx request_uri meaning ?
found explanation myself. On Wed, Jan 11, 2017 at 6:28 PM, Maxim Dounin wrote: > Hello! > > On Wed, Jan 11, 2017 at 05:18:26PM +0100, Bike dernikov1 wrote: > > > Hi, i have "simple" question, need simple explanation. It's driving me > > nuts. > >
Beginner question:Nginx request_uri meaning ?
Hi, i have "simple" question, need simple explanation. It's driving me nuts. In nginx configuration what is meaning of $request_uri in line? * return 301 $scheme://example.com1$request_uri; **