I'm using custom CMS like Runway which relies upon custom location blocks like:
### Match any other request
location / {
try_files $uri $uri/ @runway;
}
### Perch Runway
location @runway {
rewrite ^ /perch/core/runway/start.php last;
}
It would be nice to have multiple fields to spin out custom location directives like above.