server
{
listen 80;
server_name localhost;
location / products
fastcgi_pass unix : / tmp / rapida.example.sock;
include fastcgi_params;
}