Closed
Description
With #9298 there is now an fcgi+unix
protocol which allows serving FastCGI via a unix socket.
Personally, I feel that it makes sense to rename the existing unix
to http+unix
. We can still accept unix
, just warning that it's defaulting to http+unix
and that you should probably use http+unix
instead.