nginxinc / nginx-go-crossplane

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

Update to handle split_clients #47

Closed puneetsarna closed 1 year ago

puneetsarna commented 1 year ago

Proposed changes

split_clients is another map-like directive like geo that we need to account for while parsing an nginx conf as the body of the directive does not have valid nginx directives.

Checklist

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

puneetsarna commented 1 year ago

@ornj @valyria257