Skip to content

Server config in README: Exceptions from cache retrieval for dynamic requests #35

@lukasbestle

Description

@lukasbestle

From #26:

# don't serve for active sessions
RewriteCond %{HTTP_COOKIE} !kirby_session
# don't serve for URLs with query string
RewriteCond %{QUERY_STRING} ^$
# don't serve for URLs with Kirby param(s)
RewriteCond %{REQUEST_FILENAME} !:

We need to find equivalents for nginx, Caddy and the PHP loader.

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