当前位置:   article > 正文

gitlab自带Ngunx兼容安装Nginx_gitlab nginx可以再安装nginx吗

gitlab nginx可以再安装nginx吗

兼容Nginx方案

  • 我这里给的方案是 用Gitlab提供的nginx
   server {
        listen       8084;
        server_name  192.168.1.26;
        charset utf-8;
        location / { # /表示根目录,该配置表示Nginx默认打开/www下的index.html  
            root /opt/Monitoring;
            index  index.html index.htm;
        }
    }

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

gitlab使用注意事项

创建项目如果项目仓库未初始化 除了项目管理员其他人无法提交项目到master需要创建分支

ssh推荐工具

finalShell 下载地址

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/254207
推荐阅读
相关标签
  

闽ICP备14008679号