Hi, Is there a way to make nginx use digest authentication for connection to origin? For HTTP basic auth, `proxy_set_header Authorization` to a static string works. I can't find information on how to support other authentication schemes to origin. Thanks. Yang