diff --git a/install/centos/README.md b/install/centos/README.md
index 113cb8e..a9815fc 100644
--- a/install/centos/README.md
+++ b/install/centos/README.md
@@ -616,7 +616,16 @@ To do so, follow the instructions provided by the [nginx wiki][nginx-centos] and
     yum update
     yum -y install nginx
     chkconfig nginx on
+    
+Copy GitLab config for nginx:
+    
+    # NO SSL
     wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-ce/raw/master/lib/support/nginx/gitlab-ssl
+    
+or    
+
+    # SSL
+    # wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-ce/raw/master/lib/support/nginx/gitlab-ssl
 
 Edit `/etc/nginx/conf.d/gitlab.conf` and replace `git.example.com` with your FQDN. Make sure to read the comments in order to properly set up SSL.