Gitlab Disable /explore and /help

问题描述:

Gitlab可以通过访问 /public/explore 目录在未登录的情况下访问公开的项目:

解决:

https://gitlab.com/gitlab-org/gitlab-ce/issues/32387

更简便的方法:

location = /explore {

  return 301 https://$http_host;

}

注意:生产中创建项目默认应设成Private权限,将项目权限设置成Public需慎重!

anzhihe 安志合个人博客,版权所有 丨 如未注明,均为原创 丨 转载请注明转自:https://chegva.com/3413.html | ☆★★每天进步一点点,加油!★★☆ | 

您可能还感兴趣的文章!

发表评论

电子邮件地址不会被公开。 必填项已用*标注