From 1ca548991b4ab92d7efd0a824b96b66eed23bfec Mon Sep 17 00:00:00 2001 From: cd01 Date: Thu, 3 Sep 2015 21:20:09 +0900 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c43ae18d..ebcfefb2d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 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) +If you are using Gitbucket behind a webserver please make sure you have increased the **client_max_body_size** (on nginx) The default administrator account is **root** and password is **root**.