操作系统 :Linux CentOS 7

    vi /var/opt/gitlab/nginx/conf/gitlab-http.conf server { listen *:9090; server_name 192.168.235.128;

    1. - 使配置生效
    2. ```bash
    3. gitlab-ctl reconfigure
    • 启动停止
      1. gitlab-ctl start
      2. gitlab-ctl status
      3. gitlab-ctl restart