How to check multiple CRL lists with nginx client authentication?

Yes, it is possible. Just concatenate multiple PEM-encoded CRLs into a single file specified in the ssl_crl directive.

(A question in nginx mailing list referenced this question. Posting the answer here as well.)