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

Make Nginx client_max_body_size configurable

parent 02ea3d10
No related branches found
No related tags found
1 merge request!71Update Templates
Loading
Loading
@@ -27,7 +27,7 @@ server {
# Increase this if you want to upload large attachments
# Or if you want to accept large git objects over http
client_max_body_size 5m;
client_max_body_size <%= @client_max_body_size %>;
 
# individual nginx logs for this gitlab vhost
access_log <%= @log_directory %>/gitlab_access.log;
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