Jak zmienić domyślny port 80 gitlab na niestandardowy numer portu?
Próbowałem dwóch metod:
Ustaw port w /etc/gitlab/gitlab.rb
external_port "8888"
Następnie uruchom ponownie skonfiguruj:
gitlab-ctl reconfigure
Ustaw port w /var/opt/gitlab/gitlab-rails/etc/gitlab.yml
production: &base
#
# 1. GitLab app settings
# ==========================
## GitLab settings
gitlab:
## Web server settings (note: host is the FQDN, do not include http://)
host: gitlab.blitting.com
port: 8888
https: false
Następnie uruchom ponownie gitlab
gitlab-ctl stop
gitlab-ctl start
W obu przypadkach gitlab nadal działa na domyślnym numerze portu 80.