Merge branch 'feature-client_max_body_size_for_ci' of https://github.com/SolidNerd/docker-gitlab into SolidNerd-feature-client_max_body_size_for_ci

This commit is contained in:
Sameer Naik 2016-04-24 10:15:56 +05:30
commit 9e7380ac4e

View File

@ -24,5 +24,5 @@ server {
# adjust this to match the largest build log your runners might submit,
# set to 0 to disable limit
client_max_body_size 10m;
client_max_body_size 0;
}