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 @@ -9,8 +9,8 @@ the following table.
99| ` cache_set $cached_arg_a $arg_a; ` | ` haskell_run ! <!$cached_arg_a $arg_a; ` |
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; ` |
12- | ` var_nocacheable ... ; ` | ` haskell_var_nocacheable ... ; ` |
13- | ` var_nohash ... ; ` | ` haskell_var_nohash ... ; ` |
12+ | ` 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; ` |
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
You can’t perform that action at this time.
0 commit comments