From 654f99c1e717ef09beedf7b713aa9d05ae70a402 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= <ayufan@ayufan.eu>
Date: Thu, 4 Feb 2016 15:59:42 +0000
Subject: [PATCH] Add information about 411.

Fixes https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1031
---
 docs/faq/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/faq/README.md b/docs/faq/README.md
index 651af32ce..e3b6bbbf6 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -52,3 +52,9 @@ to either OverlayFS (faster) or DeviceMapper (slower).
 
 Check this article about [configuring and running Docker](https://docs.docker.com/engine/articles/configuring/)
 or this article about [control and configure with systemd](https://docs.docker.com/engine/articles/systemd/).
+
+## 7. I get 411 when uploading artifacts.
+
+This happens due to fact that runner uses `Transfer-Encoding: chunked` which is broken on early version of Nginx (http://serverfault.com/questions/164220/is-there-a-way-to-avoid-nginx-411-content-length-required-errors).
+
+Upgrade your Nginx to newer version. For more information see this issue: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1031
-- 
GitLab