Home > nginx_if_contain_patch

nginx_if_contain_patch

Nginx_if_contain_patch is a project mainly written in ..., it's free.

This a patch for our private use.

This a patch for our private use.

Check if the string contains substring with using the <> operators for the if directive.

Example:

if $str_variable <> $substr_variable { do something; }

Previous:probsolving