Skip to content

Add some openish location directives... #5

@ianhobbs

Description

@ianhobbs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions