Hello 

We installed gitlab-6.6.5_omnibus-1.el6.x86_64.rpm on a CentOS. Basic 
config is fine, once we start to change config like 
cat /etc/gitlab/gitlab.rb
external_url "https://gitlab.org";
nginx['redirect'] = "true"
nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.crt"
nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.key"


and run gitlab-ctl reconfigure

it still works on port 80 - but NOT https not redirecting 

although it 
gitlab-ctl show-config
Starting Chef Client, version 11.6.0
Compiling Cookbooks...
{
  "gitlab": {
    "bootstrap": {
    },
    "user": {
      "git_user_email": "[email protected]"
    },
    "redis": {
    },
    "gitlab-rails": {
      "secret_token": 
"8fbc36531d06c2ef7b58d1f18e7b165f9dd9ffcbddeefb420b0301f469f452ab65450deaf0bbf5742c3466f51bef87eeb2e14db591861e1338451087bfa77760",
      "gitlab_host": "gitlab.org",
      "gitlab_email_from": "[email protected]",
      "gitlab_https": true,
      "gitlab_port": 443
    },
    "gitlab-shell": {
    },
    "unicorn": {
    },
    "sidekiq": {
    },
    "nginx": {
      "redirect": "true",
      "ssl_certificate": "/etc/gitlab/ssl/gitlab.crt",
      "ssl_certificate_key": "/etc/gitlab/ssl/gitlab.key"
    },
    "postgresql": {
      "sql_password": 
"9962d63d88378461274801d8b91a272236d152c86ee0a56d8f48e4353c85962189840d51fecb91107eac61c7ac91918f0045t678f"
    }
  }
}
Converging 0 resources
Chef Client finished, 0 resources updated



and all these changes can be found in the config files in the location e.g. 
/var/opt/gitlab/nginx/etc


Is there anything special to be considered? 

anyone knows about? 
kind regards 

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to