Rohan Kumar 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
..
2021-05-23 10:58:01 -04:00
2021-07-28 00:44:20 -04:00