| Syntax: | auth_http_header |
|---|---|
| Default: | — |
| Context: | mail, server |
Appends the specified header to requests sent to the authentication server. This header can be used as the shared secret to verify that the request comes from nginx. For example:
auth_http_header X-Auth-Key "secret_string";
Please login to continue.