Did you know OpenBSD httpd doesn't have a convenient way to give an action to a list of items? Here's what I mean:location found "*.css" { pass }location found "*.js" { pass }
etc.....
It wold be nice to specify a list of things I want to "pass". A way to say "this or this or this" so to speak. Like this:location found "*.css" | "*.js" { pass }