您现在的位置: 爱51代码网 >> 范文 >> 文章正文
gitlab 升级到5.0的严重注意事项
ry_files $uri $uri/index.html $uri.html @gitlab;
  }

  # if a file, which is not found in the root folder is requested,
  # then the proxy pass the request to the upsteam (gitlab unicorn)
  location @gitlab {
    proxy_read_timeout 300; #     proxy_connect_timeout 300; #     proxy_redirect     off;

    proxy_set_header   X-Forwarded-Proto $scheme;
    proxy_set_header   Host              $http_host;
    proxy_set_header   X-Real-IP         $remote_addr;

    proxy_pass http://gitlab;
  }
}

 

论文网 


这样才能让


[plain] view plaincopyprint?
01.sudo -u git -H /home/git/gitlab-shell/bin/check 
sudo -u git -H /home/git/gitlab-shell/bin/check


[plain] view plaincopyprint?
01.sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production 
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production检查全部通过。

并且才能解决客户端git clone 不能访问的问题。

上一页  [1] [2] [3] [4] 

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    sharepoint 2010 获取用户信息Us
    设计包含max函数的队列
    随机从数组中取出指定的不重复的
    mysql主从同步延迟方案解决的学习
    青岛科学六年级下册教材分析
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    总分公司财务核算
    mysql主从同步延迟方案解决的学习
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    写给女儿的生日快乐
    总分公司财务核算
    恢复使用繁体字可行性研究报告
    保险受益人制度相关问题的探讨
    初中生地理读图能力培养的研究
    搞笑生日祝福
    OpenRisc-21-添加自己的IP c
    NLP中文信息处理---正向最大
    中国工作流厂商形成战略联盟
    TIME_WAIT状态下对接收到的数
    The layout of PID & PORT i
    hadoop核心逻辑shuffle代码分
    The layout of PID & PORT i
    The layout of PID & PORT i
    The layout of PID & PORT i
    MapReduce错误任务失败处理 
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |