Http 413 when adding lfs objects over 100m

I am running the docker gitlab-ce latest image version says 11.9.8

When pushing lfs objects over 100m I am getting a http 413 error. The same file pushes successfully if not using lfs.

I have set nginx[‘client_max_body_size’] to different value from 0 to 10000 and have not seen any changes.

I have also set the “Maximum artifacts size (MB)” “Maximum push size (MB)” and “Maximum attachment size (MB)” to match when I update the client_max_body_size

I have my reverse proxy turned off and am pointing directly at gitlab to minimize points of failure.