Commit f64874c1f541c72ea07f680769d963d4964232d7
1 parent
caf06500
Exists in
master
and in
4 other branches
Fixed forgotten unicorn to puma in a comment.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -19,7 +19,7 @@ production: &base |
19 | 19 | port: 80 |
20 | 20 | https: false |
21 | 21 | # Uncomment and customize to run in non-root path |
22 | - # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/unicorn.rb may need to be changed | |
22 | + # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed | |
23 | 23 | # relative_url_root: /gitlab |
24 | 24 | |
25 | 25 | # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') | ... | ... |