File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ the following table.
1010| ` lazy_set $lazy_arg_a $arg_a; ` | ` haskell_run ! $lazy_arg_a $arg_a; ` |
1111| ` var_alias $alias_dodgy_var $dodgy@var; ` | ` haskell_run ! <<$alias_dodgy_var $dodgy@var; ` |
1212| ` var_nocacheable $var_a $var_b; ` | ` haskell_var_nocacheable $var_a $var_b; ` |
13- | ` var_nohash $var_a $var_b; ` | ` haskell_var_nohash $var_a $var_b; ` |
13+ | ` var_nohash $var_a $var_b $cached_* ; ` | ` haskell_var_nohash $var_a $var_b $cached_*; ` |
1414
1515The reason for using * cache_set* and * lazy_set* is inability of directive * set*
1616from the standard Nginx * rewrite module* of setting and caching variables right
@@ -19,7 +19,7 @@ creates aliases for variables whose names contain unexpected characters (say,
1919* @* or * -* ) and thus fail to be parsed as variables in * complex value*
2020expressions.
2121
22- All directives from this module do not require loading a Haskell library.
22+ No directive from this module requires loading a Haskell library.
2323
2424##### Build
2525
You can’t perform that action at this time.
0 commit comments