mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
[Installation script] GitLab 6.x - CentOS 6.x - NGINX
Fixed a typo
This commit is contained in:
@@ -480,7 +480,7 @@ Finally start nginx with:
|
||||
Don't forget to add a SSL certificate or generate a Self Signed Certificate
|
||||
|
||||
cd /etc/nginx
|
||||
sudo openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
|
||||
openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
|
||||
|
||||
### Apache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user