OSDN Git Service

Git over ssh and http are different things.
[wvm/gitlab.git] / lib / support / nginx / gitlab
index 99691fe..ee78d78 100644 (file)
@@ -12,8 +12,8 @@ server {
   server_tokens off;     # don't show the version number, a security best practice
   root /home/git/gitlab/public;
   
-  # Set value of client_max_body_size to at least the value of git.max_size in gitlab.yml
-  # Also increase this if you want to upload large attachments
+  # 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;
 
   # individual nginx logs for this gitlab vhost