Anyone experiencing git lfs issue in 8.9.0?

Hi,

I am seeing git lfs push fail error message in 8.9.0.

I used https to clone my project and followed the official documentation here:
http://docs.gitlab.com/ee/workflow/lfs/manage_large_binaries_with_git_lfs.html

Test result:

Git LFS: (0 of 1 files) 379.28 KB / 60.00 MB
Client error: https://git.istuary.com/scm/test.git/gitlab-lfs/objects/cf5ac69ca412f9b3b1a8b8de27d368c5c05ed4b1b6aa40e6c38d9cbf23711342/62914560 from HTTP 413
Client error: https://git.istuary.com/scm/test.git/gitlab-lfs/objects/cf5ac69ca412f9b3b1a8b8de27d368c5c05ed4b1b6aa40e6c38d9cbf23711342/62914560 from HTTP 413
error: failed to push some refs to ‘https://git.istuary.com/scm/test.git

gitlab_error.log shows:

2016/08/04 17:52:09 [error] 1466#0: *422774 client intended to send too large body: 62914560 bytes, client: 10.0.10.163, server: git.istuary.com, request: “PUT /scm/test.git/gitlab-lfs/objects/cf5ac69ca412f9b3b1a8b8de27d368c5c05ed4b1b6aa40e6c38d9cbf23711342/62914560 HTTP/1.1”, host: “git.istuary.com
2016/08/04 17:52:09 [error] 1466#0: *422776 client intended to send too large body: 62914560 bytes, client: 10.0.10.163, server: git.istuary.com, request: “PUT /scm/test.git/gitlab-lfs/objects/cf5ac69ca412f9b3b1a8b8de27d368c5c05ed4b1b6aa40e6c38d9cbf23711342/62914560 HTTP/1.1”, host: “git.istuary.com

lfs is enabled:

Git LFS

gitlab_rails[‘lfs_enabled’] = true
gitlab_rails[‘lfs_storage_path’] = “/git-storage/lfs-objects”

is this an known issue or I am doing anything wrong?

Thanks,
Jason