nginxinc / nginx-go-crossplane

A library for working with NGINX configs in Go
Apache License 2.0
46 stars 12 forks source link

Fix directive names for auth_http_* #76

Closed puneetsarna closed 10 months ago

puneetsarna commented 10 months ago

https://nginx.org/en/docs/mail/ngx_mail_auth_http_module.html

Proposed changes

These directives are not valid nginx directives and the change fixes these directives https://nginx.org/en/docs/mail/ngx_mail_auth_http_module.html

Checklist

Before creating a PR, run through this checklist and mark each as complete.