The standard way of configuring Sonarr to work with nginx that I’ve seen involves using something like:
proxy_pass http://127.0.0.1:8989;
If possible, I’d rather use a unix socket to avoid unnecessary overhead and, I believe, to increase security (assuming the socket file permissions are set up appropriately).
Is this possible with Sonarr? I’ve not been able to find much information about it.