Opened 13 years ago
#88 new enhancement
HttpRewriteModule - Feature Request - enhanced control structures
Reported by: | Will Rowe | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.0.x |
Keywords: | HttpRewriteModule request enhancement | Cc: | |
uname -a: | not applicable | ||
nginx -V: | not applicable |
Description
I would love to be able to do
if (condition1 or condition2) {
}
and/or
if () {
} else {
}
and/or
if () {
} else if {
} else {
}
Note:
See TracTickets
for help on using tickets.