502 bad gateway
Created by: Trontastic
Hello
My VPS:
- 3GB Ram
- 4 cores with max 3000Mhz usage
- 50GB storage (more than 20GB free)
- apache on port 80 - i dont use it for gitlab
- nginx 0.7.67-3+squeeze2 on port 8080 - i use it for gitlab
Gitlab:
- version: latest (master branch)
- config:
- - git_max_size: 131072
- - git_timeout: 30
The problem:
- I upload a big file (with 3MB), and when i want to view the commit i got a 502 Bad Gateway error
Log: Started GET "/project/commit/55f66348e76b525c129606f9ba27c60262d63107" for 127.0.0.1 at 2012-11-09 10:38:27 +0100 Processing by CommitController#show as HTML Parameters: {"project_id"=>"project", "id"=>"55f66348e76b525c129606f9ba27c60262d63107"} Rendered commits/_commit_box.html.haml (17.4ms) Rendered commits/_diff_head.html.haml (9.1ms) Rendered notes/_per_line_note_link.html.haml (1.3ms) Rendered notes/_per_line_note_link.html.haml (0.2ms) ... and much more like these lines ... Rendered notes/_per_line_note_link.html.haml (0.2ms) Rendered notes/_per_line_note_link.html.haml (0.2ms) Rendered notes/_per_line_note_link.html.haml (0.2ms) ... and 502 Bad Gateway