After a lot of testing I have fixed this. The problem was that I did not specify the error value after the path name. error_log /logs/nginx/domain.com/domain_error.log error; However, it was working fine before this without "error" being specified. Doesn't matter though, I'm just glad I finally found the problem. -- Posted via http://www.ruby-forum.com/.