nginxinc / nginx-go-crossplane

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

fix fastcgi_next_upstream_ directives spelling #51

Closed valyria257 closed 1 year ago

valyria257 commented 1 year ago

Proposed changes

Fixes spelling of fastcgi_next_upstream_timeout and fastcgi_next_upstream_tries. See https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html for info on these directives.

Checklist

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