nginx['ssl_dhparam'] = /etc/gitlab/ssl/dhparams.pem 这一行报错,删除就好了。这是为啥?
来源:2-3 GitLab安装配置管理
王子正
2018-12-01
Running handlers:
There was an error running gitlab-ctl reconfigure:
/etc/gitlab/gitlab.rb:969: unknown regexp options - gtlab
Running handlers complete
Chef Client failed. 0 resources updated in 09 seconds
[root@104 ~]# ll /etc/gitlab/ssl/dhparams.pem
-rw------- 1 root root 424 Dec 1 03:06 /etc/gitlab/ssl/dhparams.pem

写回答
1回答
-
王子正
提问者
2018-12-01
哦哦,原来是要用引号引起来的,哎,
nginx['ssl_dhparam'] = "/etc/gitlab/ssl/dhparams.pem"
00
相似问题