[Installation script] GitLab 6.x - CentOS 6.x - NGINX

Fixed a typo
This commit is contained in:
Ponsjuh
2013-09-04 14:34:51 +02:00
parent cdb67bd50d
commit d2231cd199

View File

@@ -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