Commit 3b3186d58be54c0c720564939cebc0419a5751c1
1 parent
168afa02
Exists in
spb-stable
and in
3 other branches
fix image not displaying in GitLab due to faulty markdown
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/development/architecture.md
... | ... | @@ -28,7 +28,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell |
28 | 28 | |
29 | 29 | ## Components |
30 | 30 | |
31 | - | |
31 | + | |
32 | 32 | |
33 | 33 | A typical install of GitLab will be on Ubuntu Linux or RHEL/CentOS. |
34 | 34 | It uses Nginx or Apache as a web front end to proxypass the Unicorn web server. |
... | ... | @@ -180,4 +180,4 @@ bundle exec rake gitlab:check RAILS_ENV=production |
180 | 180 | ``` |
181 | 181 | |
182 | 182 | Note: It is recommended to log into the `git` user using `sudo -i -u git` or `sudo su - git`. |
183 | 183 | -While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL. |
184 | +While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL. | |
184 | 185 | \ No newline at end of file | ... | ... |