root-wyj

Results 1 issues of root-wyj

let不能再if中执行。(let directive is not allowed in if body) ```plain location /let { if ($uri ~ ^/let/(\d+)$) { echo $uri; set $id $1; echo $id; let $dived ( 3 / 2...