Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. (mod_fastcgi.c.1739) connect failed: No such file or directory on unix:/var/run/fantasyfootball.societycinema.com-0.socket
  2.  
  3. ### Rails Application Configuration File
  4. $HTTP["host"] == "fantasyfootball.societycinema.com" {
  5. server.document-root = base + "/www/domains/fantasyfootball.societycinema.com/public/"
  6. server.error-handler-404 = "/dispatch.fcgi"
  7. fastcgi.server = ( ".fcgi" =>
  8. ( "fantasyfootball.societycinema.com" =>
  9. ( "socket" => base + "/run/fantasyfootball.societycinema.com-0.socket" )
  10. )
  11. )
  12. }
Add Comment
Please, Sign In to add comment