summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_var.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Static: variables in the "chroot" option.Zhidao HONG1-4/+16
2021-09-07Router: refactored variable pass.Zhidao HONG1-3/+17
Since the "pass" option supports both strings and variables, a generic nxt_var_t structure can be used in the configuration phase, and the "name" field in actions is redundant. No functional changes.
2021-09-06Var: keeping raw variable string for debug.Zhidao HONG1-75/+71
2020-08-13Basic variables support.Valentin Bartenev1-0/+616