Commit Graph
1 Commits
Author SHA1 Message Date
Rohan KumarandDaniel Micay 9918b7cc77 Nginx regex: don't capture groups unnecessarily
Good regex form: use "?:" to specify non-capturing groups when sections
don't actually reference matched groups. There's no use saving a capture
in these situations.
2021-11-11 14:59:35 -05:00