When dealing with multiple nginx websites proxying through to fastcgi-mono-server4 processes, do I need to manage each separate fastcgi process for each website or is there a way to collectively associate a pool of fastcgi processes with the nginx virtual host config? I've not had any luck googling this, so far I've managed to run multiple service stack services each on their own fastcgi process - just hoping there's a cleaner way to manage the fastcgi side of things.
Thanks