#105 closed enhancement (fixed)
sub_filter: an ability to specify it multiple times & regular expressions
Reported by: | Максим Щелоков | Owned by: | xeioex |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.0.x |
Keywords: | sub_filter, multiple times, regular expressions | Cc: | |
uname -a: | |||
nginx -V: | not applicable |
Description
Хотелось бы предложить немного улучшить функционал sub_filter:
- Добавить возможность многократного указания директивы в контексте location.
- Возможность использования регулярных выражений с выделениями, включая регистронезависимые.
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
sensitive: | → 0 |
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Currently we have no plans for regexp support in sub_filter.
Note:
See TracTickets
for help on using tickets.
Implemented Sub filter: support of multiple strings to replace
Implemented Sub filter: support of variables in the strings to replace