nginx-let-module icon indicating copy to clipboard operation
nginx-let-module copied to clipboard

Provides support for arithmetic and string operations in NGINX config

Results 2 nginx-let-module issues
Sort by recently updated
recently updated
newest added

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...

For example: let $ something value;