<div dir="ltr">I'm attempting to proxy_pass secured access to the unit control socket from an nginx instance running as my distro default nginx user. The unit control socket is owned and restricted to 'root' access. Therefore I get a 502 error from my requests to the nginx listener. If I chmod the control socket to nginx:nginx (the same user I run unitd and nginx), my proxy_pass secured access works.<br><br>Can anyone tell me how to get unitd to create the control socket as its configured user and group?<div><br></div><div>For example:</div><div><br></div><div>unitd --user nginx --group nginx </div><div><br></div><div>would then create my control socket owned by nginx:nginx?</div><div><br></div><div>I would really rather not wrap a shell script around my instance so that I run chown every time unitd runs.</div></div>