incorrect confirmation url , but correct web url
Created by: poc7667
incorrect confirmation url , but correct web url
I go the confirmation mail with the following link
http://localhost/users/confirmation?confirmation_token=pTy5sdjYjfymgcLy4gjp
My configuration file
gitlab:
## Web server settings (note: host is the FQDN, do not include http://)
host: 172.19.16.103
port: 1987
https: false
# Uncomment and customize the last line to run in a non-root path
# WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
# Note that four settings need to be changed for this to work.
#1) In your application.rb file: config.relative_url_root = "/gitlab"
#2) In your gitlab.yml file: relative_url_root: /gitlab
#3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
#4) In ../gitlab-shell/config.yml: gitlab_url: "http://127.0.0.1/gitlab"
# To update the path, run: sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
#
# relative_url_root: /gitlab
# Uncomment and customize if you can't use the default user to run GitLab (default: 'git')
# user: git
## Email settings
# Email address used in the "From" field in mails sent by GitLab
email_from: gitlab@localhost
# Email address of your support contact (default: same as email_from)
support_email: support@localhost
git@ubuntu:~/gitlab/app$ sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
Your Gemfile lists the gem pry (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
(in /home/git/gitlab)
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8
System information
System: Ubuntu 12.04
Current User: git
Using RVM: no
Ruby Version: 2.0.0p353
Gem Version: 2.0.14
Bundler Version:1.6.2
Rake Version: 10.3.1
Sidekiq Version:2.17.0
GitLab information
Version: 6.8.1
Revision: 3197990
Directory: /home/git/gitlab
DB Adapter: postgresql
URL: http://172.19.16.103:1987
HTTP Clone URL: http://172.19.16.103:1987/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.9.3
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git