Add the port on /templates/gitlab-shell.config.yml
Closed this issue · 4 comments
vekexasia commented
-gitlab_url: "<%= @gitlab_ssl ? 'https' : 'http' %>://<%= @gitlab_domain %><%= @gitlab_relative_url_root ? @gitlab_relative_url_root : '/' %>"
+gitlab_url: "<%= @gitlab_ssl ? 'https' : 'http' %>://<%= @gitlab_domain %>:<%= @gitlab_ssl ? @gitlab_ssl_port : @gitlab_http_port %><%= @gitlab_relative_url_root ? @gitlab_relative_url_root : '/' %>"
🎱
igalic commented
wy not make that a pr?