Skip to content
Snippets Groups Projects
Commit 2b08a77c authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'rs-nginx-max-body-size' into 'master'

Add client_max_body_size setting to Nginx conf

Allows pushing repositories of any size.

See merge request !75
parents ef8cff4b 0568741b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,6 +27,8 @@ http {
fastcgi_temp_path fastcgi_temp;
scgi_temp_path scgi_temp;
 
client_max_body_size 0;
upstream gitlab {
server unix:/home/git/gitlab/tmp/sockets/gitlab.socket fail_timeout=0;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment