WIP | Configuration template improvements
!261 (merged) introduced configuration examples in /etc/gitlab/gitlab.rb
There is room for improvement by explaining what certain sections mean.
I marked the sections that for sure need some explanations with TODO
.
It would be nice if this can be extended further.
Contributions are welcome.
Merge request reports
Activity
215 215 # GitLab Unicorn # 216 216 ################## 217 217 ## Tweak unicorn settings. 218 # TODO: explain why would you need to change unicorn settings and when. 218 219 219 220 # unicorn['worker_timeout'] = 60 220 221 # unicorn['worker_processes'] = 2 240 242 ################ 241 243 # gitlab-shell # 242 244 ################ 245 # TODO: explain why would you need to change gitlab-shell settings or link to gitlab-shell documentation that explains it. @sytses try wrapping your text in a code block (triple backticks)
Please register or sign in to reply