From 7dfd63cfa2547ca8ea725e837d66eb14f7f12071 Mon Sep 17 00:00:00 2001 From: r0n22 Date: Wed, 19 Mar 2014 14:21:30 -0400 Subject: [PATCH] Update README.md Ran into this issue today. Added to documentation to let other users know about it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07314d893..6beaaa79a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Installation 2. Deploy it to the Servlet 3.0 container such as Tomcat 7.x, Jetty 8.x, GlassFish 3.x or higher. 3. Access **http://[hostname]:[port]/gitbucket/** using your web browser. +If you are using Gitbucket behind a webserver please make sure you have increased the **client_max_body_size** (on nignx) + The default administrator account is **root** and password is **root**. or you can start GitBucket by `java -jar gitbucket.war` without servlet container. In this case, GitBucket URL is **http://[hostname]:8080/**. You can specify following options.