From d2231cd1993dac8228e2d993aaa7cc5beca01b54 Mon Sep 17 00:00:00 2001 From: Ponsjuh Date: Wed, 4 Sep 2013 14:34:51 +0200 Subject: [PATCH] [Installation script] GitLab 6.x - CentOS 6.x - NGINX Fixed a typo --- install/centos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/centos/README.md b/install/centos/README.md index 3bb4eeb..fb804b8 100644 --- a/install/centos/README.md +++ b/install/centos/README.md @@ -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