There's no option to append config for upstream, this is currently not possible: ``` upstream backend { server backend1.example.com; server backend2.example.com; sticky cookie srv_id expires=1h domain=.example.com path=/; } ``` It'd be great if upstream_cfg_append is available