ngx_http_auth_pam_module
ngx_http_auth_pam_module copied to clipboard
pam_auth invalid within if block
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.