I have around 20 location that do the same thing.
etc etc
Is there way to have them in a single block, something like this:
location /a/,/b/,/c/,/d/ {
or suck them up from a file?
location from_file(myfile){
}
Sorry if this a newbie question. I'm just getting my feet wet with this.