The error in logs I am seeing is:
2013/08/21 16:07:14 [error] 1001#0: *1 open() "/home/example/public_html/admin" failed (2: No such file or directory), client: 10.102.130.237, server: dev.example.com, request: "GET /admin HTTP/1.1", host: "dev.example.com"
Is this because /home/example/public_html/admin is not a real directory in the filesystem but an alias that drupal uses internally?
2013/08/21 16:07:14 [error] 1001#0: *1 open() "/home/example/public_html/admin" failed (2: No such file or directory), client: 10.102.130.237, server: dev.example.com, request: "GET /admin HTTP/1.1", host: "dev.example.com"
Is this because /home/example/public_html/admin is not a real directory in the filesystem but an alias that drupal uses internally?