summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDennis Boldt <boldt@itm.uni-luebeck.de>2013-05-06 16:52:47 +0200
committerDennis Boldt <boldt@itm.uni-luebeck.de>2013-05-06 16:52:47 +0200
commitf64874c1f541c72ea07f680769d963d4964232d7 (patch)
tree1c4defd90cd4491567839ae6bd9e90779a1f2df2 /config
parentcaf065007a49a58f8005c0a8d2cb0140719af8d2 (diff)
downloadgitlab-ce-f64874c1f541c72ea07f680769d963d4964232d7.tar.gz
Fixed forgotten unicorn to puma in a comment.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 0ba8b5d211f..42886e54aed 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -19,7 +19,7 @@ production: &base
port: 80
https: false
# Uncomment and customize to run in non-root path
- # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/unicorn.rb may need to be changed
+ # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed
# relative_url_root: /gitlab
# Uncomment and customize if you can't use the default user to run GitLab (default: 'git')