Fixed forgotten unicorn to puma in a comment.

This commit is contained in:
Dennis Boldt 2013-05-06 16:52:47 +02:00
parent caf065007a
commit f64874c1f5
1 changed files with 1 additions and 1 deletions

View File

@ -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')