server {
server_name eg.localhost;
access_log /home/rob/develop/App-ForExample/Eg/log/nginx-eg.localhost.access.log;
error_log /home/rob/develop/App-ForExample/Eg/log/nginx-eg.localhost.error.log;
location / {
include fastcgi_params;
fastcgi_pass unix:/tmp/eg.socket;
}
}