Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error parsing HTTP 413 response body #1

Open
heckfeld opened this issue Nov 29, 2017 · 0 comments
Open

error parsing HTTP 413 response body #1

heckfeld opened this issue Nov 29, 2017 · 0 comments

Comments

@heckfeld
Copy link

i got this error at the end of the pipeline of gitlab-runner:

$ docker push $CI_REGISTRY/$CI_PROJECT_PATH:latest
The push refers to a repository [registry....../my-awesome-project]
a75caa09eb1f: Preparing
error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n<title>413 Request Entity Too Large</title>\r\n<body bgcolor="white">\r\n

413 Request Entity Too Large

\r\n
nginx/1.13.7\r\n\r\n\r\n"
ERROR: Job failed: exit code 1

Seems to be a misconfiguration of nginxproxy. fixed with the line

client_max_body_size 20000M;

in nginxproxy:/etc/nginx/nginx.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant