Skip to content

Commit

Permalink
doc: update docs/gitlab/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2023
1 parent e8175a9 commit 9b73d9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ gitlab_rails['backup_keep_time'] = 604800
gitlab_rails['time_zone'] = 'Asia/Shanghai' # 中国的东八区时间
```

由于新版 `docker-runner` 不支持 `https`,必须设置 `ssl`

```rb
nginx['redirect_http_to_https'] = false
nginx['ssl_certificate'] = "/var/opt/gitlab/ssl/fullchain.pem"
nginx['ssl_certificate_key'] = "/var/opt/gitlab/ssl/privkey.pem"
```

创建 `root_password.txt` 文件

```
Expand Down

0 comments on commit 9b73d9c

Please sign in to comment.