Skip to content

pam_auth invalid within if block #22

@czokie

Description

@czokie

To optimise performance, I would like to skip pam auth for HEAD requests. For example...

if ( $request_method !~ ^HEAD$ ) {

This is not supported, but would greatly assist for optimising performance on heavy workload servers by skipping PAM for these requests.

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