Syntax: proxy_pass_error_message on | off; Default: proxy_pass_error_message off; Context: mail, server
Indicates whether to pass the error message obtained during the authentication on the backend to the client.
Usually, if the authentication in nginx is a success, the backend cannot return an error. If it nevertheless returns an error, it means some internal error has occurred. In such case the backend message can contain information that should not be shown to the client. Howe